|
|
C_CreateBitmapCanvasClone |
C_CreateBitmapCanvasClone is similar to C_CreateBitmapCanvas but it initialises the new bitmap canvas with the image from another bitmap canvas.
Once you have finished with the canvas, you must call C_DestroyBitmapCanvas to free memory allocated by C_CreateBitmapCanvasClone.
void C_CreateBitmapCanvasClone(
);
The handle to the bitmap canvas whose image is to be copied.
Points to a variable in which the newly cloned canvas handle will be returned.
Points to a variable in which the status result for the function call will be returned.
C_CreateBitmapCanvas, C_DestroyBitmapCanvas, C_DrawModel3DViewToBitmapCanvas, C_SaveBitmapCanvasMem, C_SaveBitmapCanvas.