Skip to main content
A newer version of this page is available. .

MapBounds Properties

Represents the map bounds.
Name Description
Bottom Returns the y-coordinate that is equal to the sum of the upper-left y-coordinate and Height property values.
Empty static Returns a MapBounds object whose settings are not initialized.
Height Gets or sets the height of the map bounds’ bounding box.
IsEmpty Checks whether the numeric map bound parameters are empty.
Left Returns the x-coordinate of the map bounds’ left edge.
Right Returns the x-coordinate of the map bounds’ right edge.
Top Returns the x-coordinate of the map bounds’ top edge.
Width Gets or sets the width of the map bounds’ bounding box.
Zero static Returns a MapBounds object whose parameters (an initial point’s coordinates, width, and height) are set to zero.
See Also