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.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>• $GPSET– Causes lines to be drawn in the current graphics color. (default)• $GAND – Causes lines to be drawn in the color that is the logical AND of the currentgraphics color and the current background color.• $GOR – Causes lines to be drawn in the color that is the logical OR of the current graphicscolor and the current background color.• $GPRESET – Causes lines to be drawn in the color that is the logical NOT of the currentgraphics color.• $GXOR – Causes lines to be drawn in the color that is the logical exclusive OR (XOR) of thecurrent graphics color and the current background color.The default value is $GPSET. These constants are defined in IFQWIN.F90.The write mode is set with SETWRITEMODE.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “SETWRITEMODE”, “SETLINESTYLE”, “LINETO, LINETO_W”, “POLYGON,POLYGON_W”, “PUTIMAGE, PUTIMAGE_W”, “RECTANGLE, RECTANGLE_W”,“SETCOLORRGB”, “SETFILLMASK”, “GRSTATUS”Example! Build as QuickWin or Standard Graphics App.USE IFQWININTEGER(2) modemode = GETWRITEMODE()ENDGETWSIZEQQQuickWin Function: Returns the size and position of a window. This function is only availableon Windows* systems.Module: USE IFQWINSyntaxresult = GETWSIZEQQ (unit, ireq, winfo)unit(Input) INTEGER(4). Specifies the window unit. Unit numbers 0, 5 and 6 refer to the defaultstartup window only if you have not explicitly opened them with the OPEN statement. To accessinformation about the frame window (as opposed to a child window), set unit to the symbolicconstant QWIN$FRAMEWINDOW, defined in IFQWIN.F90.2-156

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

Saved successfully!

Ooh no, something went wrong!