This global function converts an object's size in HIMETRIC units (each unit is 0.01 millimeter) to a size in pixels on the screen device.
At a Glance
Header file: | Atlwin.h |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
Syntax
extern void AtlHiMetricToPixel( const SIZEL* lpSizeInHiMetric,
LPSIZEL lpSizeInPix );
See Also