Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_moveto_w() move output position (window coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _moveto_w()             Move output position (window coords)

 #include   <graph.h>

 struct _wxycoord _moveto_w(wx, wy);
 double wx, wy;          New position

    _moveto_w() is the window coordinates version of _moveto(); it
    moves the graphics output position to (wx, wy) in window
    coordinates. See _moveto() for more information.

    Returns:         Coordinates of the previous position returned as
                     an _wxycoord structure.

    Portability:     MS-DOS only, true MDPA, CGA, EGA, MCGA, or VGA video
                     compatibles.


See Also: _moveto() _setlinestyle()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson