MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laResult laLayer_SetInputRectLocked( laLayer* layer, laBool locked );
Parameters |
Description |
const laLayer* layer |
the layer |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|