forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
getviewcoord Subroutines
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The getviewcoord subroutines translate the specified coordinates
     from one coordinate system to view coordinates and return them in
     an xycoord structure (defined in FGRAPH.FD).
 
     The getviewcoord subroutines translate in the following manner:
 
     Function             Translation
 
     getviewcoord         Physical coordinates (<x>, <y>) to view
                          coordinates
 
     getviewcoord_w       Window coordinates (<wx>, <wy>) to view
                          coordinates
 
     See also: Graphic Coordinate Systems
 
     Return Value
 
     None.
                                    -♦-