RawImage::GetImageData

RawImage::GetImageData
bool GetImageData(ImageData* pdata);
Description

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
Parameters 
Description 
ImageData* pdata 
Pointer to the first byte of image data, ImageData
Return Value

A value of true if the image data is accessed and false otherwise.