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

Structure: GFX_Size_t

C
typedef struct GFX_Size_t {
  int32_t width;
  int32_t height;
} GFX_Size;
MPLAB® Harmony Graphics Suite