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(

TOrcFxAPIHandle SourceCanvasHandle,

TOrcFxAPIHandle *lpClonedCanvasHandle,

int *lpStatus

);

Parameters

SourceCanvasHandle (IN)

The handle to the bitmap canvas whose image is to be copied.

lpClonedCanvasHandle (OUT)

Points to a variable in which the newly cloned canvas handle will be returned.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

C_CreateBitmapCanvas, C_DestroyBitmapCanvas, C_DrawModel3DViewToBitmapCanvas, C_SaveBitmapCanvasMem, C_SaveBitmapCanvas.