MapSetClip(ClipOperation, IEnumerableLayerElement, Boolean) Method |
Set the clip for this map.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void SetClip(
ClipOperation op,
IEnumerable<LayerElement> elements,
bool zoomTo
)
Public Sub SetClip (
op As ClipOperation,
elements As IEnumerable(Of LayerElement),
zoomTo As Boolean
)
Parameters
- op ClipOperation
-
- elements IEnumerableLayerElement
-
- zoomTo Boolean
-
RemarksIndividual clippings of child
MapLayers will not be affected.
See Also