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


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

    Parameters

    shape
    Shape to copy.
    See Also