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