Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: uikon.rh

Resource Struct IMAGE

IMAGE

Support

Supported from 6.0

Description

Image resource.

Resources with this structure are read by CEikImage::ConstructFromResourceL(), and describe the CEikImage to be constructed.

See also:

WORD horiz_align=EEikLabelAlignHCenter;

Horizontal alignment.

See also:

WORD vert_align=EEikLabelAlignVTop;

Vertical alignment.

See also:

LTEXT bmpfile="";

The .mbm file that holds the bitmap and its mask.The default is the eikon .mbm file eikon.mbm.

WORD bmpid;

ID of the image bitmap in the .mbm file.

WORD bmpmask=0xffff;

ID of the image bitmap mask in the .mbm file.The default is no mask bitmap.

LLINK extension=0;

Unused.