Back to Devexpress

MapHitInfo.InMapEllipse Property

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

latest1.3 KB
Original Source

MapHitInfo.InMapEllipse Property

Gets a value indicating whether the test point is within a MapEllipse.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public bool InMapEllipse { get; }
vb
Public ReadOnly Property InMapEllipse As Boolean

Property Value

TypeDescription
Boolean

true if the test point is within a map ellipse; otherwise, false.

|

Remarks

Use the InMapEllipse property to access the map ellipse located under the test point (if the MapHitInfo.InMapEllipse property returns true ).

If MapHitInfo.InMapEllipse is false , the InMapEllipse property returns null ( Nothing in Visual Basic).

See Also

MapHitInfo Class

MapHitInfo Members

DevExpress.XtraMap Namespace