Coordinate within the image (upper left being the origin) More...
Public Member Functions | |
ImagePosition (int x, int y) | |
ImagePosition constructor. | |
Public Attributes | |
int | X |
X coordinate. | |
int | Y |
Y coordinate. |
Coordinate within the image (upper left being the origin)
ImagePosition | ( | int | x, |
int | y | ||
) |
ImagePosition constructor.
x | X coordinate |
y | Y coordinate |