[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.CaptionBalloonShape.-ctor

CaptionBalloonShape Constructor

CaptionBalloonShape()

Creates a new caption balloon shape.

Declaration
public CaptionBalloonShape()
Public Sub New()

CaptionBalloonShape(SerializationInfo, StreamingContext)

Creates a new caption balloon shape object from serialization.

Declaration
public CaptionBalloonShape(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data

StreamingContext context

Contexual information about the source or destination of the serialization

CaptionBalloonShape(CaptionBalloonShape)

Creates a new shape that is a copy of the specified shape.

Declaration
public CaptionBalloonShape(CaptionBalloonShape shape)
Public Sub New(shape As CaptionBalloonShape)
Parameters
Type Name Description
CaptionBalloonShape shape

Shape to copy.