forlang.hlp (Table of Contents; Topic list)
getviewcoord Functions
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  FGRAPH.FI, FGRAPH.FD
 
  Type:     SUBROUTINE
 
  Routine:  getviewcoord( x, y, pos )
            INTEGER*2 x, y
            RECORD/xycoord/ pos [FAR, REFERENECE]
 
            getviewcoord_w( wx, wy, pos )
            DOUBLE PRECISION wx, wy
            RECORD/xycoord/ pos [FAR, REFERENECE]
 
  See also: getphyscoord, getwindowcoord
                                    -♦-