[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SquareCaptionBalloonShape.-ctor

SquareCaptionBalloonShape Constructor

SquareCaptionBalloonShape()

Creates a new square caption balloon shape.

Declaration
public SquareCaptionBalloonShape()
Public Sub New()

SquareCaptionBalloonShape(SerializationInfo, StreamingContext)

Creates a new square caption balloon shape object from serialization.

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

SquareCaptionBalloonShape(SquareCaptionBalloonShape)

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

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

Shape to copy.