DiagramItem.Clone Method

Definition

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

public:
 virtual System::Object ^ Clone();
public virtual object Clone ();
abstract member Clone : unit -> obj
override this.Clone : unit -> obj
Public Overridable Function Clone () As Object

Returns

A new DiagramItem that is a copy of the current instance.

Implements

Applies to