VncRectangle Intersect Method RemoteViewing
Intersects two rectangles.

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

public static VncRectangle Intersect(
	VncRectangle rect1,
	VncRectangle rect2
)

Return Value

The intersection of the two.
See Also