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
Parameters
Name | Type | Description |
---|---|---|
rulerType | RulerType | The type of the new ruler. |
startPoint | CoordPoint | Coordinates of the ruler’s start point. |
See Also