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

MoveTo

Move cursor to absolute position.

Declaration

Source position: graphh.inc line 733

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