Creates a copy of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual DiagramItem Clone ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function Clone( _ |
The copy of this item.
RemarksThe default implementation of this item invokes the item's class copy constructor through reflection. If your custom type does not provide a copy constructor, you must implement this method to provide for clipboard operations support.
See Also