MPLAB® Harmony Graphics Suite
|
LIB_EXPORT GFX_Result GFX_PixelBufferClipRect( const GFX_PixelBuffer* const buffer, const GFX_Rect* const rect, GFX_Rect* result );
Parameters |
Description |
const GFX_PixelBuffer* const buffer |
the source buffer |
const GFX_Rect* const |
the rectangle to analyze |
GFX_Rect* result |
the clipped rectangle |
GFX_Result
MPLAB® Harmony Graphics Suite
|