MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferCopy Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferCopy Function
C
LIB_EXPORT GFX_Result GFX_PixelBufferCopy(
    const GFX_PixelBuffer* const buffer, 
    GFX_MemoryIntf* mem_intf, 
    GFX_PixelBuffer* result
);
Parameters
Parameters 
Description 
const GFX_PixelBuffer* const buffer 
the source buffer 
GFX_MemoryIntf* 
the memory interface to use for memory operations 
GFX_PixelBuffer* 
the result buffer 
Returns

GFX_Result

MPLAB® Harmony Graphics Suite