WindowlessComponentGetChildsAt(PointF, HitTestAccuracy, Single) Method |
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic IEnumerable<WindowlessComponent> GetChildsAt(
PointF location,
HitTestAccuracy accuracy,
float defaultSize
)
Public Function GetChildsAt (
location As PointF,
accuracy As HitTestAccuracy,
defaultSize As Single
) As IEnumerable(Of WindowlessComponent)
Parameters
- location PointF
- Point in Location-Coordinates
- accuracy HitTestAccuracy
- Defines accuracy of HitTest operation
- defaultSize Single
- Defines the default size
Return Value
IEnumerableWindowlessComponentIEnumerable of WindowlessComponent
See Also