[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

AreaMove

Define a new starting point for a new shape in the vector list.

Declaration

Source position: agraphics.pas line 2096

function AreaMove(

  Rp: PRastPort;

  x: SmallInt;

  y: SmallInt

):LongWord;

Arguments

Rp

  

Points to a RastPort structure

x

  

X position in Raster

y

  

Y position in Raster

Function result

0 for success, or -1 if there is no space left in the vector list

Description

Close the last polygon and start another polygon at (x,y). Add the necessary points to vector buffer. Closing a polygon may result in the generation of another AreaDraw() to close previous polygon. Remember to have an initialized TAreaInfo structure attached to the RastPort.

See also

InitArea

  

Initialize vector collection matrix

AreaEnd

  

Process table of vectors and ellipses and produce areafill.

AreaDraw

  

Add a point to a list of end points for areafill.

AreaEllipse

  

Add a ellipse to areainfo list for areafill.

AreaCircle

  

Draws a Circle in an Area


Documentation generated on: 2017-01-10