Back to Devexpress

Measurements.CreateRuler Method

wpf-devexpress-dot-xpf-dot-map-dot-measurements-dot-createruler.md

latest986 B
Original Source

Measurements.CreateRuler Method

NameParametersDescription
CreateRuler(RulerType, IList<CoordPoint>, RulerAppearance)rulerType, points, rulerAppearanceCreates a ruler with the specified type and appearance settings to measure the distance or the area between coordinate points passed as the second parameter.
CreateRuler(RulerType, IList<CoordPoint>)rulerType, pointsCreates a ruler of the specified type to measure the distance or area between coordinate points passed as the second parameter.