Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - dptolp() converts device coordinates into logical coordinates http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DPToLP()               Converts device coordinates into logical coordinates
--------------------------------------------------------------------------------

   Syntax:              DPToLP( <hDC>, <aPoint> )  --> <lSuccess>

                        This function converts device coordinates into
                        logical coordinates.

                        The result is stored again into the same aPoint
                        array.

   Parameters:

   <hDC>                The handle of the device context.

   <aPoint>             An array of two values { x, y } representing
                        the coordinate.

   Returns:

   <lSuccess>           If the operation was successful.

   Source code:         SOURCE\\WINAPI\\Point.c

   See also:            LPToDP()



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson