MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laString_DrawClipped Function
MPLAB® Harmony Graphics Suite
laString_DrawClipped Function
C
LIB_EXPORT void laString_DrawClipped(
    laString* str, 
    int32_t strX, 
    int32_t strY, 
    int32_t strWidth, 
    int32_t strHeight, 
    int32_t x, 
    int32_t y, 
    GFXU_ExternalAssetReader** reader
);
Parameters
Parameters 
Description 
laString* str 
the string to draw 
int32_t strX 
clipped x position 
int32_t strY 
clipped y position 
int32_t strWidth 
clipped rectangle width 
int32_t strHeight 
clipped rectangle height 
int32_t x 
x position to render at 
int32_t y 
y position to render at 
GFXU_ExternalAssetReader** reader 
external reader state machine, if string font is located external 
Returns

void

MPLAB® Harmony Graphics Suite