Skip to main content
All docs
V24.1

BeforeMeasurementEventArgs(RulerType, CoordPoint) Constructor

Initializes a new instance of theBeforeMeasurementEventArgs class with the specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public BeforeMeasurementEventArgs(
    RulerType rulerType,
    CoordPoint startPoint
)

Parameters

Name Type Description
rulerType RulerType

The type of the new ruler.

startPoint CoordPoint

Coordinates of the ruler’s start point.

See Also