MPLAB® Harmony Graphics Suite
|
Constructor for a new layer, returns the layer object
LIB_EXPORT laLayer* laLayer_New();
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
|