Creates an exact copy of this element.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract Object Clone () |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function Clone () As Object |
An instance of the appropriate type that represents the element clone.
See Also