SamplingImageData
Stores the sampling image data.
Typedefs
typedef struct tagSamplingImageData SamplingImageData
Attributes
Attribute | Type |
---|---|
bytes |
unsigned char * |
width |
int |
height |
int |
bytes
The sampling image data in a byte array.
unsigned char* tagSamplingImageData::bytes
width
The width of the sampling image.
int tagSamplingImageData::width
height
The height of the sampling image.
int tagSamplingImageData::height