Die Anleitung zum TOS: GRECT
I.7 GRECT
typedef struct
{
int16_t x; /* x-Koordinate */
int16_t y; /* y-Koordinate */
int16_t w; /* Breite */
int16_t h; /* Höhe */
} GRECT;
Die Anleitung zum TOS: GRECT
typedef struct
{
int16_t x; /* x-Koordinate */
int16_t y; /* y-Koordinate */
int16_t w; /* Breite */
int16_t h; /* Höhe */
} GRECT;