GifBlock

GifBlock class

The default gif block implementation.

public abstract class GifBlock : IGifBlock

Properties

NameDescription
IsChanged { get; set; }Gets or sets a value indicating whether block has changed and requires save.

Methods

NameDescription
abstract Save(Stream)Saves the block to the specified stream.

Fields

NameDescription
const ExtensionIntroducerExtension introducer.

See Also