Click or drag to resize

Map.SetClip Method (ClipOperation, IEnumerable<LayerElement>, Boolean)

Set the clip for this map.

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

Parameters

op
Type: Easymap.AddIn.Mapping.ClipOperation
elements
Type: System.Collections.Generic.IEnumerable<LayerElement>
zoomTo
Type: System.Boolean
Remarks
Individual clippings of child MapLayers will not be affected.
See Also