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


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

    Parameters

    shape
    Shape to copy.
    See Also