Click or drag to resize

LayerElementCollectionGetByPolygon Method

Gets the LayerElements within the specified Polygon.

Namespace: Easymap.AddIn.Mapping
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public IEnumerable<LayerElement> GetByPolygon(
	PointArray points,
	HitTestMode hitTestMode
)

Parameters

points  PointArray
 
hitTestMode  HitTestMode
 

Return Value

IEnumerableLayerElement
Remarks
The points of the polygon must be specified using WGS84 coordinates.
See Also