FramebufferChangedEventArgs GetRectangle Method RemoteViewing
Gets one of the changed regions.

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

public VncRectangle GetRectangle(
	int index
)

Parameters

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

Return Value

A rectangle describing the changed region.
See Also