Creates a copy of this item.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public virtual DiagramItem Clone ( |
Visual Basic Copy Code |
---|
Public Overridable Function Clone( _ |
The copy of this item.
The 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |