bool GetImageData(ImageData* pdata);
GetImageData fills in the ImageData data structure, that can be used to access image bits. For images that can be converted, pdata may be null.
Parameters |
Description |
ImageData* pdata |
Pointer to the first byte of image data, ImageData. |
A value of true if the image data is accessed and false otherwise.