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

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

    Namespace: DevExpress.XtraMap

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