#include <gfx_image_pixelhandler.h>
Several functions use this helper structure to pass the position within an image and number of pixels to functions.
Public Member Functions | |
ImagePos (Int xPosition, Int yPosition, Int countValue) | |
Public Attributes | |
Int | xPos |
Int | yPos |
Int | count |
Int xPos |
Int yPos |
Int count |