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>_pie_w() draw a pie slice shape (window coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _pie_w()                Draw a pie slice shape (window coords)

 #include   <graph.h>

 short _far _pie_w(control, x1, y1, x2, y2, x3, y3, x4, y4);
 short control          Fill control value: _GFILLINTERIOR or _GBORDER
 double x1, y1;         Upper left of bounding rectangle
 double x2, y2;         Lower right of bounding rectangle
 double x3, y3;         Start vector
 double x4, y4;         End vector

    _pie_w() is the window version of _pie(); it draws a pie slice
    on the screen using window coordinates. The slice is actually an
    elliptical arc whose center and both endpoints are joined by
    lines. See _pie() for more information.

    Returns:    Nonzero value for success; 0 otherwise.

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


See Also: _pie() _pie_wxy()

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