PngWriter Constructor (String, Boolean)

Initializes a new instance of the PngWriter class for the given file name specifying whether the image should be interlaced.

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

Syntax

C#
public PngWriter(
	string fileName,
	bool isInterlaced
)

Parameters

fileName

Type: System.String

The name of the file to create this writer on.
isInterlaced

Type: System.Boolean

true the image is interlaced; otherwise, false. You can change it later through the IsInterlaced property.

See Also

Reference