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

SwfEncoderOptions Constructor (Int32, DisposalMethod)

Creates and initializes new SwfEncoderOptions class instance. You can set delay and disposal method of the frame.

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

Syntax

Visual Basic
Public Sub New ( _
	delay As Integer, _
	disposalMethod As DisposalMethod _
)
C#
public SwfEncoderOptions(
	int delay,
	DisposalMethod disposalMethod
)

Parameters

delay

Type: System.Int32

Number of hundredths (1/100) of a second to wait after rendering the frame. You can change it later using Delay property.
disposalMethod

Type: Aurigma.GraphicsMill.Codecs.DisposalMethod

DisposalMethod value that specifies a disposal method for the frame. You can change it later using DisposalMethod property.

See Also

Reference