Initializes a new instance of the FramebufferChangedEventArgs class.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public FramebufferChangedEventArgs( IEnumerable<VncRectangle> rectangles )
Parameters
- rectangles
- Type: System.Collections.Generic IEnumerable VncRectangle
The bounding rectangles of the changed regions.
See Also