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

PngReader.Clone Method

Returns a full copy of this PngReader class instance.

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

Syntax

Visual Basic
Public Function Clone As Object
C#
public Object Clone()

Return Value

An object which contains full copy of this reader (actually it has type PngReader).

See Also

Reference