TQAGetPtr
A drawing engine must define a method to get a pointer value of a draw context state variable.
typedef void *(*TQAGetPtr) ( const TQADrawContext *drawContext, TQATagPtr tag);
drawContext- A draw context.
tag- A state variable tag.
DESCRIPTION
YourTQAGetPtrfunction should return, as its function result, the pointer value of the draw context state variable specified by thedrawContextandtagparameters. If you do not recognize or support the specified tag, yourTQAGetPtrfunction should return the value 0.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help