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


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

    Parameters

    shape
    Shape to copy.
    See Also