AnimationDisposalMethods

AnimationDisposalMethods enumeration

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

public enum AnimationDisposalMethods

Values

NameValueDescription
Preserve0Do not dispose. The graphic is to be left in place.
Background1Restore to background color. The area used by the graphic must be restored to the background color.
Previous2Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic.

See Also