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

This flag controls whether the layer input rectangle is locked to match the size of the layer's actual dimensions.

C
LIB_EXPORT laBool laLayer_GetInputRectLocked(
    const laLayer* layer
);
Parameters
Parameters 
Description 
const laLayer* layer 
the layer 
Returns

laBool - the state of the layer's input rect locked flag

MPLAB® Harmony Graphics Suite