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

PngFrame Constructor (Boolean)

Creates and initializes new PngFrame class instance. You can set all the frame settings here.

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

Syntax

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

Parameters

interlaced

Type: System.Boolean

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

See Also

Reference