This method makes an identical copy of a raster image or a vector image in the memory

[C++Builder]   [ NativeUInt = ]imagekitcontrolname->CopyImage(NativeUInt ImageHandle)
[C++Builder]   [ NativeUInt = ]imagekitcontrolname->CopyImage
[Delphi]   [ THandle = ]imagekitcontrolname.CopyImage(ImageHandle: THandle)
[Delphi]   [ THandle = ]imagekitcontrolname.CopyImage

Parameters

Name Explanation
ImageHandle The image handle of the image to be copied

Return Value

Returns a new image handle if successful, otherwise returns 0.

Explanation

When the ImageHandle parameter contains a valid image handle
The image data that the ImageHandle parameter refers to will be processed.


When the method is used without a parameter or when ImageHandle parameter is 0
The image data determined by the LayerNo property will be processed. If the LayerNo property is -1 (the base image) then the image data referred to by the ImageHandle property will be processed. If the value of the LayerNo property is between 0 and 99 then the image data referred to by the Layer(LayerNo).ImageHandle property will be processed.

1, 4, 8, 16, 24, 32, and 48 bit raster images are supported. 48 bit images are used if the Scan device context retrieves 36, 42, or 48 bit color image.

 

The ImageKit10 VCL is a product created by Newtone Corporation