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

AviReader.Clone Method

Returns a full copy of this AviReader class instance.

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

Syntax

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

Return Value

An object which contains full copy of this writer (actually it has type AviReader).

See Also

Reference