Enum DisposalMethod

Enum DisposalMethod

Namespace: Aspose.Imaging.FileFormats.Gif
Assembly: Aspose.Imaging.dll (25.2.0)

Indicates the way in which the graphic is to be treated after being displayed.

public enum DisposalMethod

Fields

None = 0

No disposal specified.

Preserve = 1

Do not dispose. The graphic is to be left in place.

Previuos = 3

Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.

Restore = 2

Restore to background color. The area used by the graphic must be restored to the background color.

Undefined = 4

Undefined value.