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