Click or drag to resize

BoundingBox Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The BoundingBox type exposes the following members.

Properties
  NameDescription
Public propertyAllowCrossAntimeridian
Whether the BoundingBox is allowed to straddle the antimeridian (the meridian at +/- 180 degrees). The default is true.
Public propertyCode exampleBorderWidth
Gets or sets the width of the BoundingBox border.
Public propertyCode exampleBottomLeft
The bottom-left corner of the BoundingBox.
Public propertyCode exampleBottomRight
The bottom-right corner of the BoundingBox.
Public propertyCode exampleCenter
Gets a LatLon representing the center of the BoundingBox.
Public propertyColor
Gets or sets the color of the bounding box if it were to be rendered on the map.
Public propertyCode exampleHeight
Gets the height of the BoundingBox in degrees.
Public propertyCode exampleInnerColor
Gets or sets the inner color of the BoundingBox. Default is transparent.
Public propertyCode exampleIsValid
Returns true only if this BoundingBox's corner points have been assigned valid values.
Public propertyCode exampleRectangle
Gets a Rectangle representing this BoundingBox's coordinates, or sets this BoundingBox to match the coordinates of a given Rectangle.
Public propertyCode exampleRequiredRendermodes
Gets the RenderMode required by this BoundingBox.
Public propertyCode exampleTopLeft
The top-left corner of the BoundingBox.
Public propertyCode exampleTopRight
The top-right corner of the BoundingBox.
Public propertyCode exampleWidth
Gets the width of the BoundingBox in degrees.
Public propertyCode exampleWKT
A string that describes the BoundingBox in WKT (Well-Known Text) format.
Public propertyStatic memberWorldBounds
Returns a BoundingBox that covers the whole world.
Top
See Also