![]() |
MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a rectange array. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/datastructure/legato_rectarray.h>

Data Fields | |
| leRect * | rects |
| uint32_t | size |
| uint32_t | capacity |
This struct represents a rectange array.
| uint32_t capacity |
Total possible rectangles.
| leRect* rects |
Pointer to rectangles.
| uint32_t size |
Current number of rectangles.