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 2seed(Input) REAL(4). The reset value for the seed.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “RANGET”RECTANGLE, RECTANGLE_WGraphics Functions: Draw a rectangle using the current graphics color, logical write mode, andline style. These functions are only available on Windows* systems.Module: USE IFQWINSyntaxresult = RECTANGLE (control, x1, y1, x2, y2)result = RECTANGLE_W (control, wx1, wy1, wx2, wy2)control(Input) INTEGER(2). Fill flag. One of the following symbolic constants (defined inIFQWIN.F90):• $GFILLINTERIOR – Draws a solid figure using the current color and fill mask.• $GBORDER – Draws the border of a rectangle using the current color and line style.x1, y1(Input) INTEGER(2). Viewport coordinates for upper-left corner of rectangle.x2, y2(Input) INTEGER(2). Viewport coordinates for lower-right corner of rectangle.wx1, wy1(Input) REAL(8). Window coordinates for upper-left corner of rectangle.wx2, wy2(Input) REAL(8). Window coordinates for lower-right corner of rectangle.Results:The result type is INTEGER(2). The result is nonzero if successful; otherwise, 0.The RECTANGLE function uses the viewport-coordinate system. The viewport coordinates (x1,y1) and (x2, y2) are the diagonally opposed corners of the rectangle.The RECTANGLE_W function uses the window-coordinate system. The window coordinates(wx1, wy1) and (wx2, wy2) are the diagonally opposed corners of the rectangle.2-369

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

Saved successfully!

Ooh no, something went wrong!