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

Sets the layer's input rect locked flag. This flag controls whether the input rectangle is locked to match the size of the layer's actual dimensions. When enabled, any change to the layer's size will be propagated to the input area as well. The default value is true.

C
LIB_EXPORT laResult laLayer_SetInputRectLocked(
    laLayer* layer, 
    laBool locked
);
Parameters
Parameters 
Description 
const laLayer* layer 
the layer 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite