Back to Devexpress

MapHitInfo.HitPoint Property

windowsforms-devexpress-dot-xtramap-dot-maphitinfo-a07c5b78.md

latest1.3 KB
Original Source

MapHitInfo.HitPoint Property

Gets the test point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public Point HitPoint { get; }
vb
Public ReadOnly Property HitPoint As Point

Property Value

TypeDescription
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

MapHitInfo Class

MapHitInfo Members

DevExpress.XtraMap Namespace