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

GfxMove

Move graphics pen position.

Declaration

Source position: agraphics.pas line 2020

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