MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Files > libaria_widget_imageplus.h
MPLAB® Harmony Graphics Suite
libaria_widget_imageplus.h

Microchip Technology Inc.

File Name
Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements image widget functions.

Enumerations
 
Name 
Description 
 
 
 
 
Functions
 
Name 
Description 
 
Gets the image asset pointer for the widget. 
 
Returns true if the widget is configured to respond to input events 
 
Returns the boolean value of the 'preserve aspect' property 
 
Returns the resize filter setting for this image widget 
 
Returns the boolean value of the 'stretch to fit' property 
 
Returns the image scale height coefficient 
 
Returns the image scale width coefficient 
 
Returns the image transform x coefficient 
 
Returns the image transform y coefficient 
 
Allocates memory for and initializes a new widget of this type. The application is responsible for the managment of this memory until the widget is added to a widget tree. 
 
Resets the image transform values to zero 
 
Sets the image asset pointer for the widget. 
 
Sets the widget interactive flag 
 
Sets the boolean value of the 'preserve aspect' property 
 
Sets the resize filter value of the widget 
 
Sets the boolean value of the stretch property 
 
Sets the image scale height coefficient. This value is in pixels not percentage 
 
Sets the image scale width coefficient. This value is in pixels not percentage 
 
Sets the image transform x coefficient 
 
Sets the image transform y coefficient 
Structures
 
Name 
Description 
 
Image plus widget struct definition 
 
Image plus widget struct definition 
MPLAB® Harmony Graphics Suite