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