Add a point to a list of end points for areafill.
Source position: agraphics.pas line 2023
function AreaDraw( |
Rp: PRastPort; |
X: LongInt; |
Y: LongInt |
):LongInt; |
Rp |
|
Points to a RastPort structure. |
X |
|
X coordinate of a point in the raster. |
Y |
|
Y coordinate of a point in the raster. |
0 for success, else -1 if no there was no space left in the vector list.
Add point to the vector buffer.
|
Initialize vector collection matrix |
|
|
Define a new starting point for a new shape in the vector list. |
|
|
Add a ellipse to areainfo list for areafill. |
|
|
Draws a Circle in an Area |
|
|
Process table of vectors and ellipses and produce areafill. |