Search
ShapeControlPoint.Clone Method
See Also
 





Creates a copy of this control point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ShapeControlPoint Clone ()

Visual Basic  Copy Code

Public Function Clone () As ShapeControlPoint

 Return Value

A new ShapeControlPoint that is a copy of the current instance.

 See Also