FramebufferChangedEventArgs Constructor

RemoteViewing
Initializes a new instance of the FramebufferChangedEventArgs class.

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

public FramebufferChangedEventArgs(
	IEnumerable<VncRectangle> rectangles
)

Parameters

rectangles
Type: System.Collections.GenericIEnumerableVncRectangle
The bounding rectangles of the changed regions.
See Also

Reference