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

Draw

Draw a line between the current pen position and the new x,y position.

Declaration

Source position: agraphics.pas line 2095

procedure Draw(

  Rp: PRastPort;

  x: LongInt;

  y: LongInt

);

Arguments

Rp

  

A pointer to the destination RastPort

x

  

X coordinate of where in the RastPort to end the line.

y

  

Y coordinate of where in the RastPort to end the line.

Description

Draw a line from the current pen position to (x,y).

Errors

Not yet implemented:

See also

GfxMove

  

Move graphics pen position.


Documentation generated on: 2017-01-10