MvcViewport::DPtoLP
Convert device units to logical units
Defined in: MvcViewport.cpp
Syntax
DPtoLP( LPPOINT lpPoints, int nCount ) constDPtoLP( LPRECT lpRect ) const
DPtoLP( LPSIZE lpSize ) const
Return Value
void
Parameters
lpPoints
An array of points to convert
nCount
The number of points in the array
lpRect
A rectangle to convert
lpSize
A size to convert