Click or drag to resize

MapSetClip(ClipOperation, IEnumerableLayerElement, Boolean) Method

Set the clip for this map.

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

Parameters

op  ClipOperation
 
elements  IEnumerableLayerElement
 
zoomTo  Boolean
 
Remarks
Individual clippings of child MapLayers will not be affected.
See Also