Q3View_GetDrawContext
You can use theQ3View_GetDrawContext
function to get the draw context associated with a view.
TQ3Status Q3View_GetDrawContext ( TQ3ViewObject view, TQ3DrawContextObject *drawContext);
view
- A view.
drawContext
- On exit, the draw context currently associated with the specified view.
DESCRIPTION
TheQ3View_GetDrawContext
function returns, in thedrawContext
parameter, the draw context currently associated with the view specified by theview
parameter. The reference count of that draw context is incremented.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help