typedef struct { GR_COORD x; GR_COORD y; } GR_POINT;
A GR_POINT structure defines the position of a single pixel point on the screen or within a drawable.