Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: bitmap.h

Class SEpocBitmapHeader

SEpocBitmapHeader

Support

Supported from 5.0

Description

Contains information about the bitmap when streaming bitmaps to stores.

Defined in SEpocBitmapHeader:
iBitmapSize, iBitsPerPixel, iColor, iCompression, iPaletteEntries, iSizeInPixels, iSizeInTwips, iStructSize


Data members


iBitmapSize

TInt iBitmapSize

Description

The size of the bitmap data, in bytes.


iSizeInPixels

TSize iSizeInPixels

Description

The size of the bitmap, in pixels.


iSizeInTwips

TSize iSizeInTwips

Description

The size of the bitmap, in twips.


iBitsPerPixel

TInt iBitsPerPixel

Description

The bitmap’s number of bits per pixel


iColor

TBool iColor

Description

Whether or not the bitmap is colour. A true value means that the bitmap is colour.


iCompression

TBitmapfileCompression iCompression

Description

The type of compression used to store the bitmap.


iPaletteEntries

TInt iPaletteEntries

Description

The number of entries in the bitmap’s palette.


iStructSize

TInt iStructSize

Description

The size of the structure in which the bitmap data is stored.