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

MoveTo

Move cursor to absolute position.

Declaration

Source position: graphh.inc line 735

procedure MoveTo(

  X: SmallInt;

  Y: SmallInt

);

Description

MoveTo moves the pointer to the point (X,Y).

Errors

None.

See also

MoveRel

  

Move cursor relative to current position

The latest version of this document can be found at lazarus-ccr.sourceforge.net.