Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Q re Graphics routine

WSinc
New Contributor I
260 Views
I want to do two things, could not find them in on-line help:

(1) Print what is in the current viewport I have opened, and

(2) close the viewport when I'm done with it. I use OPENVIEWPORT to open it,
but can't find a CLOSEVIEWPORT.


Any clues?

Thanks; Bill S.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
260 Views
We don't have a "OPENVIEWPORT" routine. There is SETVIEWPORT. A viewport is just a mapping into part of a QuickWin window. Perhaps you can call GETIMAGE to get a bitmap of the area and print that.

You can do another SETVIEWPORT for the whole window.
0 Kudos
Reply