CSize SetBitmapDimension( int nWidth, int nHeight );
Return Value
The previous bitmap dimensions. Height is in the cy member variable of the CSize object, and width is in the cx member variable.
Parameters
nWidth
Specifies the width of the bitmap (in 0.1-millimeter units).
nHeight
Specifies the height of the bitmap (in 0.1-millimeter units).
Remarks
Assigns a width and height to a bitmap in 0.1-millimeter units. The GDI does not use these values except to return them when an application calls the GetBitmapDimension member function.
CBitmap Overview | Class Members | Hierarchy Chart
See Also CBitmap::GetBitmapDimension