Skip to main content
A newer version of this page is available. .

MapHitInfo.HitPoint Property

Gets the test point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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