VncRectangle Constructor RemoteViewing
Initializes a new instance of the VncRectangle structure.

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

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