VncRectangleUnion Method

RemoteViewing
Finds a region that contains both rectangles.

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

public static VncRectangle Union(
	VncRectangle rect1,
	VncRectangle rect2
)

Parameters

rect1
Type: RemoteViewing.VncVncRectangle
The first rectangle.
rect2
Type: RemoteViewing.VncVncRectangle
The second rectangle.

Return Value

Type: VncRectangle
The union of the two.
See Also

Reference