◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── The _moveto functions move the current position to the specified point. The _moveto function uses the view-coordinate point (<x>, <y>) as the current position. The _moveto_w function uses the window-coordinate point (<wx>, <wy>) as the current position. No drawing takes place. Return Value The functions return the coordinates of the previous position. The _moveto function returns the coordinates in an xycoord structure (defined in GRAPH.H). The _moveto_w function returns the coordinates in a _wxycoord structure (defined in GRAPH.H). -♦-