struct
PixelIndex
Pixel position within an image
Type:
Instantiable
Include file:
ImageSize.h
PixelIndex represents the position of a pixel within an image
Members:
Public:
unsigned int
x
;
unsigned int
y
;
void
set
(unsigned int sx = 0, unsigned int sy = 0) ;
Set x and y coordinates