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 2Syntaxresult = GETUNITQQ (whandle)whandle(Input) INTEGER(4) on IA-32 processors; INTEGER(8) on Intel Itanium processors. TheWindows handle to the window; this is a unique ID.Results:The result type is INTEGER(4). The result is the unit number corresponding to the specifiedWindows handle. If whandle does not exist, it returns –1.This routine is the inverse of GETHWNDQQ.CompatibilityQUICKWIN GRAPHICS LIBSee Also: “GETHWNDQQ”, "Using QuickWin" in your user’s guideGETVIEWCOORD, GETVIEWCOORD_WGraphics Subroutines: Translate physical coordinates or window coordinates to viewportcoordinates. These subroutines are only available on Windows* systems.Module: USE IFQWINSyntaxCALL GETVIEWCOORD (x, y, t)CALL GETVIEWCOORD_W (wx, wy, wt)x, y(Input) INTEGER(2). Physical coordinates to be converted to viewport coordinates.t(Output) Derived type xycoord. Viewport coordinates. The xycoord derived type is defined inIFQWIN.F90 as follows:TYPE xycoordINTEGER(2) xcoord ! x-coordinateINTEGER(2) ycoord ! y-coordinateEND TYPE xycoordwx, wy(Input) REAL(8). Window coordinates to be converted to viewport coordinates.2-151

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

Saved successfully!

Ooh no, something went wrong!