Skip to main content
A newer version of this page is available. .
All docs
V20.2

BeforeMeasurementEventArgs.StartPoint Property

Returns coordinates of the ruler’s start point.

Namespace: DevExpress.XtraMap

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