home *** CD-ROM | disk | FTP | other *** search
/ PC Open 13 / pcopen13.iso / Zip / SM34A.ZIP / KEYWORD / MOVETO.KEY < prev    next >
Encoding:
Text File  |  1993-11-07  |  279 b   |  6 lines

  1. * moveto                                              internal
  2. moveto(x2,y2) moves from the current x,y to x2,y2.
  3. it is graphics function so it only works on graphics mode.
  4. See also: arc, line, linerel, putpixel.
  5. e.g. graph, moveto(100,100), lineto(200,200), readchar, text
  6.