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.0.0.0
Syntax
public IEnumerable<LayerElement> GetByRect(
	RectangleF rect,
	HitTestMode hitTestMode
)

Parameters

rect
Type: Easymap.AddIn.Common.GraphicsRectangleF
hitTestMode
Type: Easymap.AddIn.CommonHitTestMode

Return Value

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