Click or drag to resize

MapRectangleBitwiseOr Operator (MapRectangle, MapRectangle)

Unifies both rectangles rect1 and rect2.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public static MapRectangle operator |(
	MapRectangle rect1,
	MapRectangle rect2
)

Parameters

rect1
Type: Ptv.XServer.Controls.MapMapRectangle
First rectangle for unification.
rect2
Type: Ptv.XServer.Controls.MapMapRectangle
Second rectangle for unification.

Return Value

Type: MapRectangle
The unified rectangle is returned as a new instance.
See Also