µGFX  2.9
version 2.9
gPoint Struct Reference

Detailed Description

Type for a 2D point on the screen.

Definition at line 51 of file gdisp.h.

#include <gdisp.h>

Data Fields

gCoord x
 
gCoord y
 

Field Documentation

◆ x

gCoord gPoint::x

The x coordinate of the point.

Definition at line 52 of file gdisp.h.

◆ y

gCoord gPoint::y

The y coordinate of the point.

Definition at line 53 of file gdisp.h.