bfOffBits - What is offset with Bitmaps?

MSDN Says: Specifies the offset, in bytes, from the BITMAPFILEHEADER structure to the bitmap bits.

What is “the offset”?

Offset = BITMAPFILEHEADER’s size + BITMAPINFOHEADER size + palette array in case of indexed bitmaps :slight_smile: