Skip to main content
All docs
V25.1
  • BeforeMeasurementEventArgs(RulerType, CoordPoint) Constructor

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

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.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