[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.ThoughtBalloonShape.-ctor

ThoughtBalloonShape Constructor

ThoughtBalloonShape()

Creates a new thought balloon shape.

Declaration
public ThoughtBalloonShape()
Public Sub New()

ThoughtBalloonShape(SerializationInfo, StreamingContext)

Creates a new thought balloon shape object from serialization.

Declaration
public ThoughtBalloonShape(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

ThoughtBalloonShape(ThoughtBalloonShape)

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

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

Shape to copy.