FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TriangleShape Class / TriangleShape Constructor / TriangleShape Constructor(TriangleShape)
Shape to copy.


In This Topic
TriangleShape Constructor(TriangleShape)
In This Topic
Creates a new shape that is a copy of the specified shape.
Syntax
'Declaration
 
Public Function New( _
   ByVal shape As TriangleShape _
)
 
'Usage
 
Dim shape As TriangleShape
 
Dim instance As New TriangleShape(shape)

Parameters

shape
Shape to copy.
See Also