Changes the ruler style for the specified cell.
#include "ltwrappr.h"
L_INT LImageViewerCell::SetRulerAttributes(pAttributes);
Pointer to the RULERATTRIBS structure that contains the cell properties to set.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
1 | An error occurred. Refer to Return Codes. |
Before calling LImageViewerCell::SetRulerAttributes apply the following:
To get the current properties set for a cell, call LImageViewerCell::GetRulerAttributes.
For more information on the actual properties that can be set, refer to the RULERATTRIBS structure.
For an example, refer to LImageViewerCell::GetRulerAttributes.