Click or drag to resize

MapSetClip Method (ClipOperation, IEnumerableLayerElement, Boolean)

Set the clip for this map.

Namespace:  Easymap.AddIn.Mapping
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public void SetClip(
	ClipOperation op,
	IEnumerable<LayerElement> elements,
	bool zoomTo
)

Parameters

op
Type: Easymap.AddIn.MappingClipOperation
elements
Type: System.Collections.GenericIEnumerableLayerElement
zoomTo
Type: SystemBoolean
Remarks
Individual clippings of child MapLayers will not be affected.
See Also