PngWriter Constructor

Initializes a new instance of the PngWriter class using the specified file media.

Overload List

Name Description
Public method PngWriter(Stream)

Initializes a new instance of the PngWriter class using the specified Stream.

Public method PngWriter(String)

Initializes a new instance of the PngWriter class using the specified file name.

Public method PngWriter(Stream, Boolean)

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

Public method PngWriter(String, Boolean)

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

See Also

Reference