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

GifWriter.Clone Method

Returns a full copy of this GifWriter 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 writer (actually it has type GifWriter).

See Also

Reference