QADrawContextDelete
You can use theQADrawContextDeletefunction to delete a draw context.
void QADrawContextDelete (TQADrawContext *drawContext);
drawContext- A draw context.
DESCRIPTION
TheQADrawContextDeletefunction deletes the draw context specified by thedrawContextparameter. Any memory and other resources associated with that draw context are released.