MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > b) Data Types and Constants > GFX_Point_t Structure
MPLAB® Harmony Graphics Suite
GFX_Point_t Structure

Structure: GFX_Point_t

C
struct GFX_Point_t {
  int32_t x;
  int32_t y;
};
MPLAB® Harmony Graphics Suite