void LPToHIMETRIC( LPSIZE lpSize ) const;
Parameters
lpSize
Points to a SIZE structure or a CSize object.
Remarks
Call this function to convert logical units into HIMETRIC units. Use this function when you give HIMETRIC sizes to OLE, converting from your application’s natural mapping mode. Note that the extents of the device’s window and viewport will affect the result.
The conversion is accomplished by first converting the logical units into pixels using the device context’s current mapping units and then converting these units into HIMETRIC units.
CDC Overview | Class Members | Hierarchy Chart
See Also CDC::HIMETRICtoLP, CDC::LPtoDP, CDC::DPtoHIMETRIC