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