FramebufferChangedEventArgs Constructor RemoteViewing
Initializes a new instance of the FramebufferChangedEventArgs class.

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

public FramebufferChangedEventArgs(
	IEnumerable<VncRectangle> rectangles
)

Parameters

rectangles
Type: OnlineSystem.Collections.Generic IEnumerable VncRectangle 
The bounding rectangles of the changed regions.
See Also