This documentation is for the old version. Go to the latest Graphics Mill docs

DisposalMethod Enumeration

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)

Syntax

Visual Basic
Public Enumeration DisposalMethod
C#
public enum DisposalMethod

Members

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.

See Also

Reference