Q3PixmapDrawContext_GetPixmap
You can use theQ3PixmapDrawContext_GetPixmapfunction to get the pixmap associated with a pixmap draw context.
TQ3Status Q3PixmapDrawContext_GetPixmap ( TQ3DrawContextObject drawContext, TQ3Pixmap *pixmap);
drawContext- A pixmap draw context object.
pixmap- On exit, a pointer to a pixmap.
DESCRIPTION
TheQ3PixmapDrawContext_GetPixmapfunction returns, in thepixmapparameter, a pointer to the pixmap currently associated with the draw context specified by thedrawContextparameter.