FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / Clone Method


In This Topic
Clone Method (CalloutArrowShape)
In This Topic
Creates a copy of this shape.
Syntax
'Declaration
 
Public Overrides Function Clone() As Object
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Object
 
value = instance.Clone()

Return Value

A copy of this shape.
See Also