MapBounds Methods
Represents the map bounds.| Name | Description |
|---|---|
| Contains(MapBounds) | Checks whether the passed map bounds are entirely contained within these map bounds. |
| Correct() | For internal use. |
| Equals(MapBounds) | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the current object has the same settings as the specified object. |
| GetHashCode() | Returns the hash code for the current MapBounds object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Inflate(MapBounds, Double) static | Creates and returns an enlarged copy of the specified map bounds. |
| Intersect(MapBounds, MapBounds) static | Returns the map bounds that represent the intersection of two map bounds. |
| IntersectsWith(MapBounds) | Checks whether the map bounds intersect with the given map bounds. |
| IsPointInBounds(CoordPoint) | Checks whether the given point is within the map bounds. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. |
| ToString(IFormatProvider) | |
| Union(MapBounds, MapBounds) static | Returns map bounds that are composed of two given rectangular map bounds. |
| Union(MapBounds, Double, Double) static | Returns map bounds that are composed of the given rectangular map bounds and a point specified by two coordinates. |
See Also