Initializes a new instance of the FramebufferUpdateRequest class.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public FramebufferUpdateRequest( bool incremental, VncRectangle region )
Parameters
- incremental
- Type: System Boolean
Whether an incremental update is desired.
- region
- Type: RemoteViewing.Vnc VncRectangle
The region to update.
See Also