CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: bitmaps

  1. #1
    Join Date
    Feb 2001
    Location
    New Jersey
    Posts
    312

    bitmaps

    Is there a way to determine the size of the bitmap. I want to know what the bitmap is.

    For example a bitmap 192x64 (as it is shown when looking at the file in widows explorer. I want to be able to get these numbers.
    http://www.dewgames.com
    Shareware and Free games!

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917
    Use GetBitmapmember of the CBitmap class BITMAP structure will hold size information.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured