Skip to main content
All docs
V23.2

BeforeMeasurementEventArgs.StartPoint Property

Returns coordinates of the ruler’s start point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public CoordPoint StartPoint { get; }

Property Value

Type Description
CoordPoint

Coordinates of the ruler’s start point.

See Also