> what is the best (quickest) way to access to Bitmap pixels ? > > The function BmpGetBits is not much documented - is it nevertheless the > one to be used ? > > Actually I need to draw inside a bitmap instead of to the screen.
if you want to manipulate the bits directly, use BmpGetBits. if you want to use the drawing API functions, you'll need to create an offscreenwindow (or bitmapwindow) and perform your changes there. markus dresch (www.palmside.com) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
