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