MapBounds Constructors
Represents the map bounds.| Name | Parameters | Description |
|---|---|---|
| MapBounds(CoordPoint, CoordPoint) | leftTop, rightBottom | Initializes a new instance of the MapBounds class with the specified values. |
| MapBounds(Double, Double, Double, Double) | x1, y1, x2, y2 | Initializes a new instance of the MapBounds class with the specified values. |
See Also