Q3ViewHints_SetMask
You can use the Q3ViewHints_SetMask function to set the mask associated with a view hints object.
TQ3Status Q3ViewHints_SetMask (
TQ3ViewHintsObject viewHints,
const TQ3Bitmap *mask);
viewHints
- A view hints object.
mask
- The desired mask of the specified view hints object.
DESCRIPTION
The Q3ViewHints_SetMask function sets the mask of the view hints object specified by the viewHints parameter to the bitmap specified in the mask parameter. Q3ViewHints_SetMask copies the bitmap to internal QuickDraw 3D memory, so you can dispose of the specified bitmap after calling Q3ViewHints_SetMask.