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

BeforeMeasurementEventArgs(RulerType, CoordPoint) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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