loadImage method of the IImagingCoreAPI interface
Loads the specified bitmap image (HBITMAP) into the internal format.
IImagingCoreAPI.Image loadImage( Bitmap bitmap );
Parameters
- bitmap
- The bitmap image to be loaded.
Return values
The method returns the image object implementing the Image interface.
02.03.2022 12:59:15