Search
NodeConstraints.Clone Method
See Also
 






Creates a copy of this object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeConstraints Clone ()

Visual Basic  Copy Code

Public Function Clone () As NodeConstraints

 Return Value

An Object instance that is a copy of the current NodeConstraints instance.

 See Also