The Y coordinate of the topmost changed pixel.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public int Y { get; set; }
public int Y { get; set; }
Public Property Y As Integer
Get
Set
Public Property Y As Integer
Get
Set
public:
property int Y {
int get ();
void set (int value);
}
public:
property int Y {
int get ();
void set (int value);
}
member Y : int with get, set
member Y : int with get, set