The framebuffer width.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public int Width { get; private set; }
public int Width { get; private set; }
Public Property Width As Integer
Get
Private Set
Public Property Width As Integer
Get
Private Set
public:
property int Width {
int get ();
private: void set (int value);
}
public:
property int Width {
int get ();
private: void set (int value);
}
member Width : int with get, private set
member Width : int with get, private set