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


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

Parameters

shape
Shape to copy.
See Also