MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laRectArray_InsertAt( laRectArray* arr, uint32_t idx, const GFX_Rect* rect );
Parameters |
Description |
laRectArray* arr |
pointer to the array to modify |
uint32_t idx |
the position to insert the value |
const GFX_Rect* rect |
the rectangle value |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|