Search
AnchorPoint.Clone Method
See Also
 





Creates an exact clone of this AnchorPoint object.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Object Clone ()

Visual Basic  Copy Code

Public Overridable Function Clone () As Object

 Return Value

An instance of the AnchorPoint class.

 See Also