Finds a region that contains both rectangles.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
public static VncRectangle Union( VncRectangle rect1, VncRectangle rect2 )
Parameters
- rect1
- Type: RemoteViewing.Vnc VncRectangle
The first rectangle.
- rect2
- Type: RemoteViewing.Vnc VncRectangle
The second rectangle.
Return Value
The union of the two.See Also