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