MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_New Function
MPLAB® Harmony Graphics Suite
laLayer_New Function

Constructor for a new layer, returns the layer object

C
LIB_EXPORT laLayer* laLayer_New();
Returns
Remarks

Allocates memory for a layer using the active context memory interface. Once added to a screen the it becomes the responsibility of the framework to free the memory.

MPLAB® Harmony Graphics Suite