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


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

    Parameters

    shape
    Shape to copy.
    See Also