extern void AtlHiMetricToPixel( const SIZEL* lpSizeInHiMetric, LPSIZEL lpSizeInPix );
Parameters
lpSizeInHiMetric
[in] Pointer to the size of the object in HIMETRIC units.
lpSizeInPix
[out] Pointer to where the object's size in pixels is to be returned.
Remarks
Converts an object's size in HIMETRIC units (each unit is 0.01 millimeter) to a size in pixels on the screen device.
ATL Macros and Global Functions
See Also