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.

Descriptions of the Library Routines 2SyntaxCALL GETWINDOWCOORD (x, y, wt)x, y(Input) INTEGER(2). Viewport coordinates to be converted to window coordinates.wt(Output) Derived type wxycoord. Window coordinates. The wxycoord derived type is definedin IFQWIN.F90 as follows:TYPE wxycoordREAL(8) wx ! x-coordinateREAL(8) wy ! y-coordinateEND TYPE wxycoordPhysical coordinates refer to the physical screen. Viewport coordinates refer to an area of thescreen defined as the viewport with SETVIEWPORT. Both take integer coordinate values.Window coordinates refer to a window sized with SETWINDOW or SETWSIZEQQ. Windowcoordinates are floating-point values and allow easy scaling of data to the window area. For amore complete discussion of coordinate systems, see "Understanding Coordinate Systems" in youruser’s guide.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “GETCURRENTPOSITION, GETCURRENTPOSITION_W”, “GETPHYSCOORD”,“GETVIEWCOORD, GETVIEWCOORD_W”, “MOVETO, MOVETO_W”, “SETVIEWPORT”,“SETWINDOW”ExampleSee the example program in “GETPHYSCOORD”.GETWRITEMODEGraphics Function: Returns the current logical write mode, which is used when drawing lineswith the LINETO, POLYGON, and RECTANGLE functions. This function is only available onWindows* systems.Module: USE IFQWINSyntaxresult = GETWRITEMODE ( )Results:The result type is INTEGER(2). The result is the current write mode. Possible return values are:2-155

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

Saved successfully!

Ooh no, something went wrong!