Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DiamondShape Class / DiamondShape Constructor / DiamondShape Constructor(DiamondShape)
Shape to copy.


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

Parameters

shape
Shape to copy.
See Also