ImagePos Struct Reference

#include <gfx_image_pixelhandler.h>

Detailed Description

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
 

Constructor & Destructor Documentation

◆ ImagePos()

ImagePos ( Int  xPosition,
Int  yPosition,
Int  countValue 
)

Member Data Documentation

◆ xPos

Int xPos

◆ yPos

Int yPos

◆ count

Int count