NMapBounds Structure Methods
In This Topic
For a list of all members of this type, see NMapBounds members.
Public Methods
| | Name | Description |
 | ClampToWorldBounds | Clamps this map bounds to the World bounds. |
 | Contains | Determines whether the map bounds contains the specified map bounds. |
  | FromNRectangle | Creates a map bounds from the given NRectangle instance. |
 | Intersection | Overloaded. Returns a third map bounds that represents the intersection of two map bounds. If there is no intersection, the Auto map bounds is returned. |
 | ToNRectangleF | Converts this map bounds to an NRectangle instance. |
 | ToString | Gets the string representation of this object. |
 | Union | Overloaded. Creates the smallest possible map bounds, which contains both this and the given map bounds. |
Top
Protected Methods
See Also