FramebufferUpdateRequest Constructor

RemoteViewing
Initializes a new instance of the FramebufferUpdateRequest class.

Namespace:  RemoteViewing.Vnc.Server
Assembly:  RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public FramebufferUpdateRequest(
	bool incremental,
	VncRectangle region
)

Parameters

incremental
Type: SystemBoolean
Whether an incremental update is desired.
region
Type: RemoteViewing.VncVncRectangle
The region to update.
See Also

Reference