C# Class RemoteViewing.Vnc.Server.FramebufferUpdateRequest

Stores information about an update request from the client.
Datei anzeigen Open project: qmfrederik/remoteviewing Class Usage Examples

Public Methods

Method Description
FramebufferUpdateRequest ( bool incremental, VncRectangle region )

Initializes a new instance of the FramebufferUpdateRequest class.

Method Details

FramebufferUpdateRequest() public method

Initializes a new instance of the FramebufferUpdateRequest class.
public FramebufferUpdateRequest ( bool incremental, VncRectangle region )
incremental bool Whether an incremental update is desired.
region VncRectangle The region to update.