MPLAB® Harmony Graphics Suite
|
Sets the image scale height coefficient. This value is in pixels not percentage
LIB_EXPORT laResult laImagePlusWidget_SetTransformHeight( laImagePlusWidget* img, int32_t height );
Parameters |
Description |
laImagePlusWidget* img |
the widget |
int32_t height |
the desired height value, must be > 0 |
laResult - result of the operation
MPLAB® Harmony Graphics Suite
|