An image buffer can be loaded with a copy of an image from a different ImagXpress buffer as follows:
-
Set
ProcessImageID property to the buffer you wish to populate (target buffer).
-
Call
CopyImage method to copy the contents of a specified existing buffer to the target buffer, or call
CopyDIB method to copy just the DIB of a specified existing buffer to the target buffer.
-
The new image can now be modified or saved. To display the image, set
ViewImageID property to the target image buffer (ProcessImageID).
See Also