MPLAB® Harmony Graphics Suite
|
Returns the boolean value of the 'preserve aspect' property. If the stretch flag is enabled then this flag will cause the resized image to fill as much of the container widget as possible while still preserving its original aspect ratio.
LIB_EXPORT laBool laImagePlusWidget_GetPreserveAspectEnabled( laImagePlusWidget* img );
Parameters |
Description |
laImagePlusWidget* img |
the widget |
laBool - the value of the aspect flag
MPLAB® Harmony Graphics Suite
|