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: 11.2.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