Q3MacDrawContext_GetGXViewPort
You can use theQ3MacDrawContext_GetGXViewPortfunction to get the QuickDraw GX view port associated with a Macintosh draw context.
TQ3Status Q3MacDrawContext_GetGXViewPort ( TQ3DrawContextObject drawContext, gxViewPort *viewPort);
drawContext- A Macintosh draw context object.
viewPort- On exit, the QuickDraw GX view port currently associated with the specified draw context.
DESCRIPTION
TheQ3MacDrawContext_GetGXViewPortfunction returns, in theviewPortparameter, the QuickDraw GX view port currently associated with the draw context specified by thedrawContextparameter. If no view port is associated with the draw context or the two-dimensional graphics library is not set tokQ3Mac2DLibraryQuickDrawGX,Q3MacDrawContext_GetGXViewPortreturnsNULLin theviewPortparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help