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

GFX_Result

MPLAB® Harmony Graphics Suite