[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.ExclamationBalloonShape.-ctor

ExclamationBalloonShape Constructor

ExclamationBalloonShape()

Creates a new exclamation balloon shape.

Declaration
public ExclamationBalloonShape()
Public Sub New()

ExclamationBalloonShape(SerializationInfo, StreamingContext)

Creates a new exclamation balloon shape object from serialization.

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

ExclamationBalloonShape(ExclamationBalloonShape)

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

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

Shape to copy.