This topic has not yet been rated - Rate this topic

DPtoLP function

Applies to: desktop apps only

The DPtoLP function converts device coordinates into logical coordinates. The conversion depends on the mapping mode of the device context, the settings of the origins and extents for the window and viewport, and the world transformation.

Syntax

BOOL DPtoLP(
  __in     HDC hdc,
  __inout  LPPOINT lpPoints,
  __in     int nCount
);

Parameters

hdc [in]

A handle to the device context.

lpPoints [in, out]

A pointer to an array of POINT structures. The x- and y-coordinates contained in each POINT structure will be transformed.

nCount [in]

The number of points in the array.

Return value

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero.

Remarks

The DPtoLP function fails if the device coordinates exceed 27 bits, or if the converted logical coordinates exceed 32 bits. In the case of such an overflow, the results for all the points are undefined.

Examples

For an example, see Using Coordinate Spaces and Transformations.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Wingdi.h (include Windows.h)

Library

Gdi32.lib

DLL

Gdi32.dll

See also

Coordinate Spaces and Transformations Overview
Coordinate Space and Transformation Functions
LPtoDP
POINT

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ