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


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

    Parameters

    shape
    Shape to copy.
    See Also