AnalysisLayerGetByRect Method |
Namespace: Easymap.AddIn.AnalyseAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic IEnumerable<WindowlessComponent> GetByRect(
RectangleF rect,
HitTestMode hitTestMode
)
Public Function GetByRect (
rect As RectangleF,
hitTestMode As HitTestMode
) As IEnumerable(Of WindowlessComponent)
Parameters
- rect RectangleF
-
- hitTestMode HitTestMode
-
Return Value
IEnumerableWindowlessComponent
See Also