Queues an update for the specified region.
Do not call this method without holding FramebufferUpdateRequestLock.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public void FramebufferManualInvalidate( VncRectangle region )
Parameters
- region
- Type: RemoteViewing.Vnc VncRectangle
The region to invalidate.
See Also