The information in this article applies to:
SUMMARYThe CBitmap class provided by Microsoft Foundation Classes (MFC), does not contain member functions that return the width and height of a bitmap. MORE INFORMATION
The width and height of a CBitmap may be obtained by using the member
function GetObject(). GetObject() can return a BITMAP structure that
contains both the height and the width of the bitmap, along with some
additional information. Sample Code
Additional query words:
Keywords : kbBitmap kbGDI kbMFC kbVC100 kbVC150 kbVC200 kbVC400 kbVC500 kbVC600 kbGrpMFCATL |
Last Reviewed: November 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |