MapHitInfo.MapRectangle Property
In This Article
Gets a MapRectangle which is located under the test point.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public MapRectangle MapRectangle { get; }
#Property Value
Type | Description |
---|---|
Map |
A Map |
#Remarks
Use the MapRectangle property to access the rectangle located under the test point (if the MapHitInfo.InMapRectangle property returns true).
If MapHitInfo.InMapRectangle is false, the MapRectangle property returns null (Nothing in Visual Basic).
See Also