MPLAB® Harmony Graphics Suite
|
LIB_EXPORT leResult leRectArray_CropToArea( leRectArray* arr, uint32_t width, uint32_t height );
Parameters |
Description |
leRectArray* arr |
the array to modify |
uint32_t width |
the width to crop to |
uint32_t height |
the height to crop to |
leResult - the result of the operation
MPLAB® Harmony Graphics Suite
|