MvcViewport::LPtoDP
Convert logical units to device units
Defined in: MvcViewport.cpp
Syntax
LPtoDP( LPPOINT lpPoints, int nCount ) constLPtoDP( LPRECT lpRect ) const
LPtoDP( 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