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

ThumbnailListItem.Clone Method

Creates a new object that is a copy of the current instance.

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

Syntax

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

Return Value

A new object that is a copy of this instance.

Implements

ICloneable.Clone()

See Also

Reference