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

DSReader.Clone Method

Returns a full copy of this DSReader class instance.

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

Syntax

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

Return Value

An object which is a full copy of this writer. It will actually be of type DSReader.

See Also

Reference