Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

Draw

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

Declaration

Source position: agraphics.pas line 2334

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: 2021-07-30