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


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

    Parameters

    shape
    Shape to copy.
    See Also