A Sandcastle Documented Class Library
DisposalMethod Enumeration
NamespacesGifComponentsDisposalMethod
Enumeration of disposal methods that can be found in a Graphic Control Extension. See http://www.w3.org/Graphics/GIF/spec-gif89a.txt section 23.
Declaration Syntax
C#Visual BasicVisual C++
public enum DisposalMethod
Public Enumeration DisposalMethod
public enum class DisposalMethod
Members
MemberDescription
NotSpecified
0 - No disposal specified. The decoder is not required to take any action.

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

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

RestoreToPrevious
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.

ToBeDefined4
4 - To be defined.

ToBeDefined5
5 - To be defined.

ToBeDefined6
6 - To be defined.

ToBeDefined7
7 - To be defined.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453