CloneImage Function
Imaging

Creates identical copy of image data.

Pascal
function CloneImage(const Image: TImageData; 
                    var Clone: TImageData): Boolean;
File

Imaging (at line 157)

Description

Clone should be initialized by InitImage or it should be vaild image which will be freed by CloneImage.

Related Information
You are here: Symbol Reference > Functions > CloneImage Function