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

gfxMove

Move graphics pen position.

Declaration

Source position: agraphics.pas line 2351

procedure gfxMove(

  rp: pRastPort;

  x: LongInt;

  y: LongInt

);

Description

Move graphics pen position to (x,y) relative to upper left (0,0) of RastPort. This sets the starting point for subsequent Draw() and GfxText() calls.

See also

Draw

  

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


Documentation generated on: 2021-07-30