Q3PixmapTexture_GetPixmap
You can use theQ3PixmapTexture_GetPixmapfunction to get the pixmap associated with a pixmap texture object.
TQ3Status Q3PixmapTexture_GetPixmap ( TQ3TextureObject texture, TQ3StoragePixmap *pixmap);
texture- A pixmap texture object.
pixmap- On exit, the storage pixmap currently associated with the specified pixmap texture object.
DESCRIPTION
TheQ3PixmapTexture_GetPixmapfunction returns, in thepixmapparameter, the pixmap currently associated with the pixmap texture object specified by thetextureparameter.