TGifImageControl Class Reference
#include
<icl/imagecodecdata.h>
Link against: imageconversion.lib
class TGifImageControl : public TFrameDataBlock |
Detailed Description
GIF specific frame data variant which holds GIF image control information.
It can only be used with the GIF decoder (the encoder is not configurable).
Member Attribute Documentation
iDelayTimeInCentiseconds
TInt
| iDelayTimeInCentiseconds |
The interval between display of successive frames in units of 1/100 second.
iDisposalMethod
The frame disposal method for multiframe images.
iTransparentColorIndex
TInt
| iTransparentColorIndex |
The colour index to be used for transparency.
iUserInputFlag
A flag indicating if user input is required before display of next frame.
Member Enumeration Documentation
Enum TDisposalMethod
Flag reflecting how the previous frame is handled when the next frame is drawn.
Enumerator | Value | Description |
---|
ENone | 0 |
No method set.
|
ELeaveInPlace | 1 |
Leave the previous frame in place.
|
ERestoreToBackground | 2 |
Restore to the backgound colour.
|
ERestoreToPrevious | 3 |
Restore the previous frame.
|
Constructor & Destructor Documentation
TGifImageControl ( )
IMPORT_C | TGifImageControl | ( | ) | |
Default constructor for this class.