Skip to main content

MapHitInfo.HitPoint Property

Gets the test point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public Point HitPoint { get; }

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