Contains values for disposal methods used in animated files (GIF, SWF) to specify what to do with a frame after it has been displayed.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Enumeration DisposalMethod
public enum DisposalMethod
Member name | Description | |
---|---|---|
Previous |
Restore to previous. The decoder is required to restore the area overwritten by a frame with what was there prior to rendering the frame. |
|
NotSpecified |
The decoder is not required to take any action. |
|
Background |
Restore to background color. The area used by a frame will be restored to the background color. |
|
None |
A frame will be left in place. |