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


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

    Parameters

    shape
    Shape to copy.
    See Also