Click or drag to resize

MapRectangleBitwiseOr Operator

Overload List
  NameDescription
Public operatorStatic memberBitwiseOr(MapRectangle, MapRectangle)
Unifies both rectangles rect1 and rect2.
Public operatorStatic memberBitwiseOr(MapRectangle, Point)
Unifies the rectangle rect and point. If point has Double.IsNaN coordinates, the resulting rectangle has the same values as rect. If rect is empty, the boundaries of the resulting rectangle are adapted to the point's coordinates (width and height will be 0).
Top
See Also