ILogCoordinatesImpl::CPtoLP

Convert container units to logical units

Defined in: LogCoordinatesImpl.h

Syntax

CPtoLP( LPPOINT lpPoints, int nCount)

CPtoLP( LPRECT lpRect )

CPtoLP( LPSIZE lpSize )

Return Value

void

Parameters

lpPoints

A pointer to an array of points to convert.

lpRect

A container rectangle to convert

lpSize

A container size to convert

Comments

Use this function to convert an array of points, a rectangle, or a size from container units to logical units.

nCount

The number of points in the array