BoundingBox Properties |
The BoundingBox type exposes the following members.
Name | Description | |
---|---|---|
AllowCrossAntimeridian |
Whether the BoundingBox is allowed to straddle the antimeridian (the meridian at +/-
180 degrees). The default is true.
| |
BorderWidth |
Gets or sets the width of the BoundingBox border.
| |
BottomLeft |
The bottom-left corner of the BoundingBox.
| |
BottomRight |
The bottom-right corner of the BoundingBox.
| |
Center |
Gets a LatLon representing the center of the BoundingBox.
| |
Color |
Gets or sets the color of the bounding box if it were to be rendered on the map.
| |
Height |
Gets the height of the BoundingBox in degrees.
| |
InnerColor |
Gets or sets the inner color of the BoundingBox. Default is transparent.
| |
IsValid |
Returns true only if this BoundingBox's corner points have been assigned valid values.
| |
Rectangle |
Gets a Rectangle representing this BoundingBox's coordinates, or sets this BoundingBox
to match the coordinates of a given Rectangle.
| |
RequiredRendermodes |
Gets the RenderMode required by this BoundingBox.
| |
TopLeft |
The top-left corner of the BoundingBox.
| |
TopRight |
The top-right corner of the BoundingBox.
| |
Width |
Gets the width of the BoundingBox in degrees.
| |
WKT |
A string that describes the BoundingBox in WKT (Well-Known Text) format.
| |
WorldBounds |
Returns a BoundingBox that covers the whole world.
|