The framebuffer synchronization object.
Lock this before reading the framebuffer to avoid tearing artifacts.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public Object SyncRoot { get; private set; }
public Object SyncRoot { get; private set; }
Public Property SyncRoot As Object
Get
Private Set
Public Property SyncRoot As Object
Get
Private Set
public:
property Object^ SyncRoot {
Object^ get ();
private: void set (Object^ value);
}
member SyncRoot : Object with get, private set
member SyncRoot : Object with get, private set