12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “SETCOLORRGB”, “SETFILLMASK”, “SETLINESTYLE”, “FLOODFILLRGB,FLOODFILLRGB_W”, “GETARCINFO”, “ARC, ARC_W”, “ELLIPSE, ELLIPSE_W”,“GRSTATUS”, “LINETO, LINETO_W”, “POLYGON, POLYGON_W”, “RECTANGLE,RECTANGLE_W”Example! build as Graphics App.USE IFQWININTEGER(2) status, dummyINTEGER(2) x1, y1, x2, y2, x3, y3, x4, y4x1 = 80; y1 = 50x2 = 180; y2 = 150x3 = 110; y3 = 80x4 = 90; y4 = 180status = SETCOLOR(INT2(4))dummy = PIE ($GFILLINTERIOR, x1, y1, x2, y2, &x3, y3, x4, y4)ENDThe following figure shows the coordinates used to define PIE and PIE_W:(x1,y1)(x3,y3)Center of arc = centerof bounding rectangle(x4,y4)(x2,y2)POLYBEZIER, POLYBEZIER_WGraphics Functions: Draw one or more Bezier curves. These functions are only available onWindows* systems.Module: USE IFQWIN2-247

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!