FramebufferChangedEventArgsGetRectangle Method

RemoteViewing
Gets one of the changed regions.

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

public VncRectangle GetRectangle(
	int index
)

Parameters

index
Type: SystemInt32
The index of the changed region. The first region has an index of 0.

Return Value

Type: VncRectangle
A rectangle describing the changed region.
See Also

Reference