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

GifFrame Constructor (Boolean)

Creates and initializes new GifFrame instance. You can initialize the 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 GifFrame(
	bool interlaced
)

Parameters

interlaced

Type: System.Boolean

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

See Also

Reference