home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1752 < prev    next >
Encoding:
Text File  |  1992-09-09  |  979 b   |  27 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!spool.mu.edu!umn.edu!lynx!nmsu.edu!opus!trodgers
  3. From: trodgers@nmsu.edu (Thomas Rodgers)
  4. Subject: Windows Bitmaps.
  5. Message-ID: <1992Sep9.212459.25365@nmsu.edu>
  6. Sender: usenet@nmsu.edu
  7. Organization: NMSU Computer Science
  8. Distribution: comp.os.ms-windows.programmer.misc
  9. Date: Wed, 9 Sep 1992 21:24:59 GMT
  10. Lines: 15
  11.  
  12. I have a couple of questions regarding the binary format of your run
  13. of the mill 16 color bitmap under Windows 3.1.
  14.  
  15. In the Programmers Reference, the call to CreateBitmap takes as
  16. parameters the number of planes in the Bitmap and the number of Bits
  17. per Pixel.  If you are specifying a 16 color bitmap, do you need to
  18. specify 4 bit planes, or 4 bits/pixel?
  19.  
  20. Also, once a bitmap has been drawn into a MemDC, but before being
  21. BitBlt-ed to the screen, can I continue to manipulate the bmBits data
  22. from the BitMap structure? 
  23.  
  24. Any help greatly appreciated,
  25. Tom.
  26.  
  27.