This function makes an identical copy of a raster or vector image in the memory into another memory.
Parameters
Name | Explanation |
---|---|
Handle | The image handle of the image data to be copied (For raster images, supports 1, 4, 8, 16, 24, 32, or 48 bit image) |
Return Value
If successful, this function returns the image handle of the new (copied) raster image or vector image otherwise it returns 0
Explanation
The IKCopyImage function makes an identical copy of a raster or vector image in the memory into another memory. After this function is executed, the original image remains in the memory. Note: 48-bit color image is used when a 36, 42, or 48 bit color image is retrieved from a scan device using Ik9Scan.dll, Ik9ScanA.dll, Ik9Scan64.dll, or Ik9Scan64A.dll and copied.
Note: If a vector image is set in the Handle parameter, the Ik9VectCom.dll, Ik9VectComA.dll, Ik9VectCom64.dll, or Ik9VectCom64A.dll must also be used.
Differences between the ImageKit6
The UserProc, Caption, Message, and Button parameters have been deleted.