#include "ltwrappr.h"
L_INT LImageViewerCell::SetRulerAttributes(pAttributes);
LPRULERATTRIBS pAttributes; |
pointer to a ruler attributes structure |
Changes the ruler style for the specified cell.
Parameter | Description | |
pAttributes | Pointer to the RULERATTRIBS structure that contains the cell properties to set. |
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.
Required DLLs and Libraries
LTIVW For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
For an example, refer to LImageViewerCell::GetRulerAttributes.