SECEditViewport::DPtoLP

Converts from Device units to Logical units

Defined in: SECEditViewport.cpp

Syntax

virtual void DPtoLP(LPPOINT lpPoints, int nCount = 1) const;

virtual void DPtoLP(LPRECT lpRect) const;

virtual void DPtoLP(LPSIZE lpSize) const;

Return Value

void

Parameters

lpPoints

Points to the array of points to be converted.

nCount

Number of points in the array.

lpRect

Points to the RECT struct to be converted.

lpSize

Points to the SIZE struct to be converted.

Comments

See the developer notes in LPtoDP for more information.

See Also

SECEditViewport LPtoDP