ImagePosition Struct Reference

Coordinate within the image (upper left being the origin) More...

List of all members.

Public Member Functions

 ImagePosition (int x, int y)
 ImagePosition constructor.

Public Attributes

int X
 X coordinate.
int Y
 Y coordinate.

Detailed Description

Coordinate within the image (upper left being the origin)


Constructor & Destructor Documentation

ImagePosition ( int  x,
int  y 
)

ImagePosition constructor.

Parameters:
xX coordinate
yY coordinate