Q3DrawContext_SetMask
You can use theQ3DrawContext_SetMaskfunction to set the mask of a draw context.
TQ3Status Q3DrawContext_SetMask ( TQ3DrawContextObject context, const TQ3Bitmap *mask);
context- A draw context object.
mask- The desired mask of the specified draw context.
DESCRIPTION
TheQ3DrawContext_SetMaskfunction sets the mask of the draw context specified by thecontextparameter to the bitmap specified in themaskparameter.Q3DrawContext_SetMaskcopies the bitmap to internal QuickDraw 3D memory, so you can dispose of the specified bitmap after callingQ3DrawContext_SetMask.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help