HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

             struct xycoord far _getlogcoord( short x, short y )


       - prototype in graph.h

       - translates physical coordinates to logical coordinates returning
         the result in the format:

       struct xycoord
           {
           short xcoord;
           short ycoord;
           };

       - _getviewcoord() is obsolete; use _getlogcoord()
       - see   _getphyscoord()

Esc or Alt-X to exit _getlogcoord Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann