C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_getviewcoord Functions
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <graph.h>
 
  Syntax:    struct _xycoord _getviewcoord( short x, short y );
             struct _xycoord _getviewcoord_w( double wx, double wy );
             struct _xycoord _getviewcoord_wxy(
                             struct _wxycoord __far *pwxy1 );
 
  Returns:   a pair of view coordinates as an _xycoord structure.
 
  See also:  _getphyscoord, _getwindowcoord, _setvieworg, _setviewport,
             _setwindow, _grstatus
                                    -♦-