Enum AnimationDisposalMethods
AnimationDisposalMethods enumeration
Indicates the way in which the graphic is to be treated after being displayed.
public enum AnimationDisposalMethods
Values
Name | Value | Description |
---|---|---|
Preserve | 0 | Do not dispose. The graphic is to be left in place. |
Background | 1 | Restore to background color. The area used by the graphic must be restored to the background color. |
Previous | 2 | Restore 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
- namespace Aspose.Imaging
- assembly Aspose.Imaging