MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Graphics Utilities Library > Graphics Utilities Interface > a) Functions > GFX_DrawPixelByDrawState Function
MPLAB® Harmony Graphics Suite
GFX_DrawPixelByDrawState Function
C
LIB_EXPORT GFX_Result GFX_DrawPixelByDrawState(
    int32_t x, 
    int32_t y, 
    GFX_DrawState state
);
Parameters
Parameters 
Description 
the x coordinate of the pixel 
the y coordinate of the pixel 
state 
the draw state 
Returns

GFX_Result - Returns GFX_TRUE if the pixel was drawn successfully. Otherwise returns GFX_FALSE.

MPLAB® Harmony Graphics Suite