(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
ULONG AreaDraw (rp , x , y )
LOCATION
In GfxBase at offset 43
SYNOPSIS
struct RastPort * rp
WORD x
WORD y
FUNCTION
Add a point to the vector buffer.
INPUTS
rp
pointer to a valid RastPort structure with a pointer to the previously initilized AreaInfo structure.
x
x-coordinate of the point in the raster
y
y-coordinate of the point in the raster
RESULT
error - 0 for success -1 if the vector collection matrix is full
EXAMPLE
SEE ALSO
InitArea() AreaMove() AreaEllipse() AreaCircle() graphics/rastport.h
NOTES
BUGS
INTERNALS
HISTORY