TQADrawPrivateDelete
A drawing engine must define a method to delete its private data.
typedef void (*TQADrawPrivateDelete) (TQADrawPrivate *drawPrivate);
drawPrivate- The draw context's private data.
DESCRIPTION
YourTQADrawPrivateDeletefunction is called whenever an application callsQADrawContextDelete. Your function should release any memory or other resources that were allocated by yourTQADrawPrivateNewfunction.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help