Class GifGraphicsControlBlock
GifGraphicsControlBlock class
Gif graphics control block.
public class GifGraphicsControlBlock : GifBlock
Constructors
Properties
| Name | Description |
|---|
| DelayTime { get; set; } | Gets or sets the frame delay time expressed in 1/100 seconds. |
| DisposalMethod { get; set; } | Gets or sets the disposal method. |
| Flags { get; set; } | Gets or sets the flags. |
| HasTransparentColor { get; set; } | Gets or sets a value indicating whether graphics control block has transparent color. |
| IsChanged { get; set; } | Gets or sets a value indicating whether block has changed and requires save. |
| TransparentColorIndex { get; set; } | Gets or sets the transparent color index. |
| UserInputExpected { get; set; } | Gets or sets a value indicating whether user input is expected. |
Methods
| Name | Description |
|---|
| override Save(Stream) | Saves the block to the specified stream. |
| static CreateFlags(bool, bool, DisposalMethod) | Creates the flags. |
Fields
See Also