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


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

Parameters

shape
Shape to copy.
See Also