Click or drag to resize

LayerElementCollectionGetByRect Method

Gets the LayerElements within the specified RectangleF

Namespace: Easymap.AddIn.Mapping
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public IEnumerable<LayerElement> GetByRect(
	RectangleF rect,
	HitTestMode hitTestMode
)

Parameters

rect  RectangleF
 
hitTestMode  HitTestMode
 

Return Value

IEnumerableLayerElement
Remarks
The Rectangle must be specified using two WGS84 coordinates.
See Also