http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFBSurface.html
IDirectFBSurface
Blit
Blit an area from the source to this surface.
Blit (
IDirectFBSurface.html
IDirectFBSurface
*
thiz,
IDirectFBSurface.html
IDirectFBSurface
*
source,
const
types.html#DFBRectangle
DFBRectangle
*
source_rect,
int
x,
int
y
);
Pass a NULL rectangle to use the whole source surface. Source may be the same surface.
