MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria Hardware Abstraction Layer (HAL) > Library Interface > a) Functions > GFX_PixelBufferOffsetGet_Unsafe Function
MPLAB® Harmony Graphics Suite
GFX_PixelBufferOffsetGet_Unsafe Function
C
LIB_EXPORT GFX_Buffer GFX_PixelBufferOffsetGet_Unsafe(
    const GFX_PixelBuffer* const buffer, 
    const GFX_Point* const pnt
);
Parameters
Parameters 
Description 
const GFX_PixelBuffer* 
the source buffer 
const GFX_Point* 
the point for which the offset should be calculated 
Returns

GFX_Buffer - the pointer to the offset point in the source buffer

MPLAB® Harmony Graphics Suite