![]() |
MPLABĀ® Harmony Graphics Suite
|
This struct represents a rectange array. More...
#include <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.