Q3ViewHints_GetMask
You can use theQ3ViewHints_GetMaskfunction to get the mask associated with a view hints object.
TQ3Status Q3ViewHints_GetMask ( TQ3ViewHintsObject viewHints, TQ3Bitmap *mask);
viewHints- A view hints object.
mask- On exit, the mask of the specified view hints object.
DESCRIPTION
TheQ3ViewHints_GetMaskfunction returns, in themaskparameter, the current mask for the view hints object specified by theviewHintsparameter. The mask is a bitmap whose bits determine whether or not corresponding pixels in the drawing destination are drawn or are masked out.Q3ViewHints_GetMaskallocates memory internally for the returned bitmap; when you're done using the bitmap, you should call theQ3Bitmap_Emptyfunction to dispose of that memory.