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


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

    Parameters

    shape
    Shape to copy.
    See Also