| class TPbkImageLoadParameters |
Generic image loading parameters.
| Public Member Functions | |
|---|---|
| TPbkImageLoadParameters () | |
| Public Member Enumerations | |
|---|---|
| enum | TFlags { EFlagsNull = 0, EScaleImage = 0x0001, EKeepAspectRatio = 0x0002, EUseFastScaling = 0x0004 } |
| Public Attributes | |
|---|---|
| TDisplayMode | iDisplayMode |
| TUint | iFlags |
| TInt | iFrameNumber |
| TSize | iSize |
| Private Attributes | |
|---|---|
| TInt32 | iSpare1 |
| TInt32 | iSpare2 |
| IMPORT_C | TPbkImageLoadParameters | ( | ) |
Default constructor. Inits all the fields to default values.
Flags.
| EFlagsNull = 0 | |
| EScaleImage = 0x0001 |
Scale the image after loading to specified size. |
| EKeepAspectRatio = 0x0002 |
Scale keeping the aspect ratio. |
| EUseFastScaling = 0x0004 |
Fast scaling of the image close, but not excactly to desired size (always keeps aspect ratio). |
| TDisplayMode | iDisplayMode |
Display mode for the loaded bitmap. Default = EColor16M
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.