Search
AnchorPattern.Clone Method
See Also
 





Creates an exact clone of this AnchorPattern object.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public virtual Object Clone ()

Visual Basic  Copy Code

Public Overridable Function Clone () As Object

 Return Value

An instance of the AnchorPattern class.

 See Also