Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CustomShape Class / CustomShape Constructor / CustomShape Constructor(CustomShape)
Shape to copy.


In This Topic
    CustomShape Constructor(CustomShape)
    In This Topic
    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