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>_getarcinfo() get last arc's parameters</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _getarcinfo()           Get last arc's parameters

 #include   <graph.h>

 short _getarcinfo(start, end, fillpoint);
 struct xycoord _far *start;            Start point of arc
 struct xycoord _far *end;              End point of arc
 struct xycoord _far *fillpoint;        Fillpoint of arc

    _getarcinfo() gets the endpoints (in viewport coordinates) of the
    most recently drawn arc (with _arc()) or pie (with _pie()), and
    places them in start and end. fillpoint indicates a point inside
    the pie from which it can be filled.

    Returns:         Nonzero value for success; 0 otherwise.

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

See Also: _arc() _floodfill() _grstatus() _pie()

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