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