Returns a clone of the graphics tree.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Object Clone()
Visual Basic (Declaration)
Public Overridable Function Clone As Object
Visual C++
public:
virtual Object^ Clone()

Return Value

An Object which is a clone of this graphics tree.

Implements

ICloneable..::.Clone()()()

See Also