Docs » Autodocs » graphics.library » AreaEnd
AreaEnd -- Process table of vectors and ellipses and produce areafill.
error = AreaEnd(rp) d0 A1 LONG AreaEnd( struct RastPort * );
Trigger the filling operation. Process the vector buffer and generate required fill into the raster planes. After the fill is complete, reinitialize for the next AreaMove or AreaEllipse. Use the raster set up by InitTmpRas when generating an areafill mask.
error - zero for success, or -1 if an error occurred anywhere.
rp - pointer to a RastPort structure which specifies where the filled regions will be rendered to.
InitArea(), AreaMove(), AreaDraw(), AreaEllipse(), InitTmpRas(), <graphics/rastport.h>
|