CodeGlyphX logo
CodeGlyphX

API Reference

Enum

GifDisposalMethod

Namespace CodeGlyphX.Rendering.Gif
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

GIF disposal methods.

Inheritance

  • Enum
  • GifDisposalMethod

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const GifDisposalMethod None #

No disposal specified.

Value: 0
public const GifDisposalMethod DoNotDispose #

Do not dispose (keep frame).

Value: 1
public const GifDisposalMethod RestoreBackground #

Restore to background.

Value: 2
public const GifDisposalMethod RestorePrevious #

Restore to previous.

Value: 3