Image related functions
The relevant functions and data types are as follows.
Function or data type | Description |
---|---|
IMAGE | The object that holds the image. |
loadimage | Load image from a file. |
saveimage | Save image to a file. |
getimage | Get the image from the current drawing device. |
putimage | Draw the specified image on the current drawing device. |
GetWorkingImage | Get current graphics device. |
rotateimage | Rotate the contents of the drawing in image. |
SetWorkingImage | Set current graphics device. |
Resize | Resize the graphics device. |
GetImageBuffer | Get the display buffer of the graphics device. |
GetImageHDC | Get the graphics device handle. |