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

Structure: GFX_Rect_t

C
struct GFX_Rect_t {
  int32_t x;
  int32_t y;
  int32_t width;
  int32_t height;
};
MPLAB® Harmony Graphics Suite