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

Namespace: yWorks.yFiles.Graph.Web.Style
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

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

Return Value

A new object that is a copy of this instance.

Implements

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

See Also