[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  LPToDP( hDC, aPoint )-> <lSuccess>
------------------------------------------------------------------------------


 PARAMETER:

  <hDC>       The device context handle

  <aPoint>    Contains a { nRow, nCol } point description to be mapped into
              device coordinates. This Array will contain the new values
              after the function returns.


 RETURNS:

  <lSuccess> is TRUE if the function is successful



 DESCRIPTION:

  The LPtoDP function converts logical coordinates (points) into device
  coordinates. The conversion depends on the current mapping mode and the
  settings of the origins and extents of the device's window and viewport. 

  This function stores the new values inside the <aPoint> array.


 SOURCE:

  SOURCE\WINAPI\POINT.C



See Also: DPToLP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson