Spread Windows Forms 12.0 Product Documentation
CustomShape Constructor(CustomShape)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > CustomShape Class > CustomShape Constructor : CustomShape Constructor(CustomShape)
Shape to copy.
Creates a new shape that is a copy of the specified shape.
Syntax
'Declaration
 
Public Function New( _
   ByVal shape As CustomShape _
)
'Usage
 
Dim shape As CustomShape
 
Dim instance As New CustomShape(shape)
public CustomShape( 
   CustomShape shape
)

Parameters

shape
Shape to copy.
See Also

Reference

CustomShape Class
CustomShape Members
Overload List