QABitmapDetach
You can use theQABitmapDetachfunction to detach a bitmap from a drawing engine.
TQAError QABitmapDetach (const TQAEngine *engine, TQABitmap *bitmap);
engine- A drawing engine.
bitmap- A bitmap.
DESCRIPTION
TheQABitmapDetachfunction causes the drawing engine specified by theengineparameter to copy the data associated with the bitmap specified by thebitmapparameter. Once the data are copied, you can reuse or dispose of the memory you originally specified in a call toQABitmapNew.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help