http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFBSurface.html
IDirectFBSurface
SetClip
Set the clipping region used to limitate the area for drawing, blitting and text functions.
SetClip (
IDirectFBSurface.html
IDirectFBSurface
*
thiz,
const
types.html#DFBRegion
DFBRegion
*
clip
);
If no region is specified (NULL passed) the clip is set to the surface extents (initial clip).
