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

SwfEncoderOptions.DisposalMethod Property

Gets/sets disposal method, i.e. what to do with the screen when new frame is being displayed.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property DisposalMethod As DisposalMethod
C#
public DisposalMethod DisposalMethod { get; set; }

Property Value

DisposalMethod value that specifies a disposal method for the frame.

Remarks

SWF supports only None and Previous members of the DisposalMethod enumeration.

Default value is None.

See Also

Reference