CODRulerWrapper_T::SetRulerWidth
voidCODRulerWrapper_T::SetRulerWidth(const CODMeasure&mRulerWidth)
Set the horizontal and vertical ruler width using a measurement.
Defined in: OdRulerWrapper.h
Return Value
void
Parameters
mRulerWidth
Desired ruler width in real-world units.
Comments
This method sets the ruler width measurement. The function IODRuler::MeasureToLog is used to convert the measurement into logical units. The width in logical units is then used to set the height of the horizontal ruler and the width of the vertical ruler.See Also