VncRectangle Union Method RemoteViewing
Finds a region that contains both rectangles.

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

public static VncRectangle Union(
	VncRectangle rect1,
	VncRectangle rect2
)

Return Value

The union of the two.
See Also