MapRectangleBitwiseOr Operator |
Name | Description | |
---|---|---|
BitwiseOr(MapRectangle, MapRectangle) |
Unifies both rectangles rect1 and rect2.
| |
BitwiseOr(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).
|