VncRectangle Constructor

RemoteViewing
Initializes a new instance of the VncRectangle structure.

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

public VncRectangle(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32
The X coordinate of the leftmost changed pixel.
y
Type: SystemInt32
The Y coordinate of the topmost changed pixel.
width
Type: SystemInt32
The width of the changed region.
height
Type: SystemInt32
The height of the changed region.
See Also

Reference