12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>wt(Output) Derived type wxycoord. Window coordinates. The derived type wxycoord is definedin IFQWIN.F90 as follows:TYPE wxycoordREAL(8) wx ! x-coordinateREAL(8) wy ! y-coordinateEND TYPE wxycoordViewport coordinates refer to an area of the screen defined as the viewport with SETVIEWPORT.Physical coordinates refer to the whole screen. Both take integer coordinate values. Windowcoordinates refer to a window sized with SETWINDOW or SETWSIZEQQ. Window coordinatesare floating-point values and allow easy scaling of data to the window area. For a more completediscussion of coordinate systems, see "Understanding Coordinate Systems" in your user’s guide.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “GETPHYSCOORD”, “GETWINDOWCOORD”ExampleSee the example program in “GETPHYSCOORD”.GETWINDOWCONFIGQuickWin Function: Returns the properties of the current window. This function is onlyavailable on Windows* systems.Module: USE IFQWINSyntaxresult = GETWINDOWCONFIG (wc)wc(Output) Derived type windowconfig. Contains window properties. The windowconfigderived type is defined in IFQWIN.F90 as follows:TYPE windowconfigINTEGER(2) numxpixelsINTEGER(2) numypixelsINTEGER(2) numtextcolsINTEGER(2) numtextrowsINTEGER(2) numcolors! Number of pixels on x-axis! Number of pixels on y-axis! Number of text columns available! Number of text rows available! Number of color indexes2-152

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

Saved successfully!

Ooh no, something went wrong!