BeforeMeasurementEventArgs.StartPoint Property
In This Article
Returns coordinates of the ruler’s start point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public CoordPoint StartPoint { get; }
#Property Value
Type | Description |
---|---|
Coord |
Coordinates of the ruler’s start point. |
See Also