Class GifBlock
- Namespace
- Aspose.Imaging.FileFormats.Gif
- Assembly
- Aspose.Imaging.dll
The default gif block implementation.
public abstract class GifBlock : IGifBlock
- Inheritance
-
GifBlock
- Implements
- Derived
- Inherited Members
Constructors
GifBlock()
protected GifBlock()
Fields
ExtensionIntroducer
Extension introducer.
public const byte ExtensionIntroducer = 33
Field Value
Properties
IsChanged
Gets or sets a value indicating whether block has changed and requires save.
public bool IsChanged { get; set; }
Property Value
- bool
true
if block has changed; otherwise,false
.
Methods
Save(Stream)
Saves the block to the specified stream.
public abstract void Save(Stream stream)
Parameters
stream
StreamThe stream to save data to.