Click or drag to resize

AnalysisLayerGetByRect Method

Gets the WindowlessComponents within the specified RectangleF

Namespace:  Easymap.AddIn.Analyse
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public IEnumerable<WindowlessComponent> GetByRect(
	RectangleF rect,
	HitTestMode hitTestMode
)

Parameters

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

Return Value

Type: IEnumerableWindowlessComponent
See Also