WindowlessComponentGetChildsAt Method (PointF, HitTestAccuracy, Single) |
Namespace:
Easymap.AddIn.Common
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public 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
- Type: Easymap.AddIn.Common.GraphicsPointF
Point in Location-Coordinates - accuracy
- Type: Easymap.AddIn.CommonHitTestAccuracy
Defines accuracy of HitTest operation - defaultSize
- Type: SystemSingle
Defines the default size
Return Value
Type:
IEnumerableWindowlessComponentIEnumerable of WindowlessComponent
See Also