Represents a map.
Inheritance Hierarchy Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic class Map : WindowlessComponent
Public Class Map
Inherits WindowlessComponent
The Map type exposes the following members.
Properties
Methods| | 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
|
Top
See Also