GetWorkingImage
This function is used to get current graphics device.
IMAGE* GetWorkingImage();
Parameters
None
Return Value
Returns a pointer to current graphics device. If the return value is NULL, current drawing device is the graphics window.
Examples
None