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


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

    Parameters

    shape
    Shape to copy.
    See Also