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