CDC::HIMETRICtoLP

voidHIMETRICtoLP(LPSIZElpSize**)const;**

Parameters

lpSize

Points to a SIZE structure or CSize object.

Remarks

Call this function to convert HIMETRIC units into logical units. Use this function when you get HIMETRIC sizes from OLE and wish to convert them to your application’s natural mapping mode.

The conversion is accomplished by first converting the HIMETRIC units into pixels and then converting these units into logical units using the device context’s current mapping units. Note that the extents of the device’s window and viewport will affect the result.

CDC OverviewClass MembersHierarchy Chart

See Also   CDC::HIMETRICtoDP, CDC::DPtoLP