#include <TTUIBase.h>
Public Member Functions | |
CUIPoint (int aX, int aY) | |
Initializes the CUIPoint with given coordinates. | |
CUIPoint () | |
Default constructor, sets the values of all members to zero. | |
Public Attributes | |
int | iX |
int | iY |
|
X coordinate |
|
Y coordinate |