Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Call this function to convert logical units into HIMETRIC units.
void LPtoHIMETRIC(
LPSIZE lpSize
) const;
Parameters
- lpSize
Points to a SIZE structure or a CSize object.
Remarks
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.
Requirements
Header: afxwin.h