Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBitmap::GetBitmapDimension
CBitmap                                     Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CSize GetBitmapDimension() const;
 
  Remarks
 
  Returns the width and height of the bitmap. The height and width are
  assumed to have been set previously by using the SetBitmapDimension
  function.
 
  Return Value
 
  The width and height of the bitmap, measured in 0.1-millimeter units.
  The height is in the cy member of the CSize object, and the width is in
  the cx member. If the bitmap width and height have not been set by using
  SetBitmapDimension, the return value is 0.
 
  See Also
 
  CBitmap::SetBitmapDimension, ::GetBitmapDimension
 
 
                                     -♦-