Skip to main content
All docs
V24.1

BeforeMeasurementEventArgs.StartPoint Property

Returns coordinates of the ruler’s start point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.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