#include <ImageData.h>
Data Fields | |
int | m_pos |
Start position of our row -- offset into image. | |
int | m_size |
Length of our row, in pixels. |
Definition at line 63 of file ImageData.h.
Start position of our row -- offset into image.
measured in pixels, e.g., pos = off_y * wid + off_x.
Definition at line 67 of file ImageData.h.
Referenced by ImageData::AddImage(), ImageData::CombineImageDataSize(), ImageData::ConstructImage(), and ImageData::CopyImageData().
Length of our row, in pixels.
Definition at line 69 of file ImageData.h.
Referenced by ImageData::AddImage(), ImageData::CombineImageDataSize(), ImageData::ConstructImage(), and ImageData::CopyImageData().