hi,
If i load a bitmap with 10*10 size in pixel, how many memory will be allocated for creating corresponding CFbsBitmap.
i estimate it in the following way:
sizeInByte = 10*10*4(32bit TRgb) = 400 bytes
is it right? or else what's the correct way?
thanks



