LayerElementCollectionGetByRect Method |
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic IEnumerable<LayerElement> GetByRect(
RectangleF rect,
HitTestMode hitTestMode
)
Public Function GetByRect (
rect As RectangleF,
hitTestMode As HitTestMode
) As IEnumerable(Of LayerElement)
Parameters
- rect RectangleF
-
- hitTestMode HitTestMode
-
Return Value
IEnumerableLayerElement
Remarks
The Rectangle must be specified using two WGS84 coordinates.
See Also