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


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

    Parameters

    shape
    Shape to copy.
    See Also