Map Methods |
The Map type exposes the following members.
Name | Description | |
---|---|---|
HasClip |
Returns true if the Map is clipped
| |
RemoveClip |
Removes the clip from the Map.
| |
SetClip(ClipOperation, IEnumerableLayerElement, Boolean) |
Set the clip for this map.
| |
SetClip(ClipOperation, MapLayer, ListObject, Boolean) |
Set the clip for this map.
| |
SetClip(ClipOperation, MapLayer, String, Boolean) |
Set the clip for this map.
| |
ZoomToLayerElements(MapLayer, IEnumerableObject) |
Zoom the view to specified area
| |
ZoomToLayerElements(MapLayer, String) |
Zoom the view to specified area
| |
ZoomToRectangle |
Zoom the view to the specified RectangleF | |
ZoomToSelection |
Zoom the view to the current selection
|