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

GifEncoderOptions Constructor (Boolean)

Creates and initializes new GifEncoderOptions class instance. You can initialize Interlaced property here.

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

Syntax

Visual Basic
Public Sub New ( _
	interlaced As Boolean _
)
C#
public GifEncoderOptions(
	bool interlaced
)

Parameters

interlaced

Type: System.Boolean

Value that specifies if the frame should be interlaced. You can change it later through Interlaced property.

See Also

Reference