MapHitInfo.HitPoint Property
In This Article
Gets the test point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Property Value
Type | Description |
---|---|
Point | A Point object representing the test point. |
#Remarks
Hit information for a point is calculated via the MapControl.CalcHitInfo method. This method takes the test point as the parameter. The test point is assigned to the HitPoint property of the returned MapHitInfo object.
See Also