Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Overview | Class Members | Hierarchy Chart
See Also CDC::HIMETRICtoDP, CDC::DPtoLP