MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLayer_AddDamageRect Function
MPLAB® Harmony Graphics Suite
laLayer_AddDamageRect Function
C
LIB_EXPORT laResult laLayer_AddDamageRect(
    laLayer* layer, 
    const GFX_Rect* rect, 
    laBool noCombine
);
Parameters
Parameters 
Description 
laLayer* layer 
the layer 
const GFX_Rect* rect 
the rectangle 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite