MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferAreaSet Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferAreaSet Function
C
LIB_EXPORT GFX_Result GFX_PixelBufferAreaSet(
    const GFX_PixelBuffer* const source, 
    const GFX_Rect* const source_rect, 
    const GFX_PixelBuffer* const dest, 
    const GFX_Point* const pnt, 
    GFX_MemoryIntf* mem_intf
);
Parameters
Parameters 
Description 
const GFX_PixelBuffer* const source 
the source buffer 
const GFX_Rect* const source_rect 
the rectangle of the source buffer to use 
const GFX_PixelBuffer* const dest 
the destination buffer to copy to 
const GFX_Point* const pnt 
the location of the destination to copy to 
GFX_MemoryIntf* 
the memory interface to use for memory operations 
Returns

GFX_Result

MPLAB® Harmony Graphics Suite