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


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

    Parameters

    shape
    Shape to copy.
    See Also