Back to Devexpress

Measurements.CreateRuler Method

windowsforms-devexpress-dot-xtramap-dot-measurements-dot-createruler.md

latest997 B
Original Source

Measurements.CreateRuler Method

NameParametersDescription
CreateRuler(RulerType, IList<CoordPoint>, MapRulerStyle)rulerType, points, styleCreates a ruler with the specified style and type 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 distance or area between coordinate points passed as the second parameter.