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


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

    Parameters

    shape
    Shape to copy.
    See Also