C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_moveto, _moveto_w
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     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.
 
     The _moveto function operates only in graphics video modes (e.g.,
     _MRES4COLOR). Because it is a graphics function, the color of
     text is set by the _setcolor function, not by the
     _settextposition function.
 
     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).
     See: _xycoord, _wxycoord
                                    -♦-