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

Parameters

rect  RectangleF
 
hitTestMode  HitTestMode
 

Return Value

IEnumerableWindowlessComponent
See Also