Queues an update corresponding to one region of the framebuffer being copide to another.
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 FramebufferManualCopyRegion( VncRectangle target, int sourceX, int sourceY )
Parameters
- target
- Type: RemoteViewing.Vnc VncRectangle
- sourceX
- Type: System Int32
- sourceY
- Type: System Int32
See Also