(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/graphics.h>

ULONG AreaMove (rp , x , y )

LOCATION
In GfxBase at offset 42

SYNOPSIS
struct RastPort * rp
WORD x
WORD y

FUNCTION
Define a new starting point in the vector list for the following polygon defined by calls to AreaDraw(). The last polygon is closed if it wasn't closed by the user and the new starting points are added to the vector collection matrix.

INPUTS
rp
pointer to a valid RastPort structure with a pointer to the previously initilized AreaInfo structure.
x
x-coordinate of the starting-point in the raster
y
y-coordinate of the starting-point in the raster

RESULT
error - 0 for success -1 if the vector collection matrix is full

EXAMPLE

SEE ALSO
InitArea() AreaDraw() AreaEllipse() AreaCircle() graphics/rastport.h

NOTES

BUGS

INTERNALS

HISTORY
22.03.1999 bergers
Bugfixes.
19.03.1999 bergers
Bugfix. Sunmaze looks a lot better now.
11.01.1999 bergers
Only changed the very last comment in this file.
20.10.1998 hkiel
Amiga Research OS
31.01.1998 bergers
New functions.