[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.TextShape.-ctor

TextShape Constructor

TextShape()

Creates a new text string shape.

Declaration
public TextShape()
Public Sub New()

TextShape(SerializationInfo, StreamingContext)

Creates a new text string shape object from serialization.

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

TextShape(TextShape)

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

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

Shape to copy.