Q3ViewHints_GetDimensions
You can use theQ3ViewHints_GetDimensionsfunction to get the dimensions associated with a view hints object.
TQ3Status Q3ViewHints_GetDimensions ( TQ3ViewHintsObject viewHints, unsigned long *width, unsigned long *height);
viewHints- A view hints object.
width- On exit, the width of the specified view hints object.
height- On exit, the height of the specified view hints object.
DESCRIPTION
TheQ3ViewHints_GetDimensionsfunction returns, in thewidthandheightparameters, the current width and height associated with the view hints object specified by theviewHintsparameter.