[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.BurstShape.-ctor

BurstShape Constructor

BurstShape()

Creates a new burst shape.

Declaration
public BurstShape()
Public Sub New()

BurstShape(SerializationInfo, StreamingContext)

Creates a new burst shape object from serialization.

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

BurstShape(BurstShape)

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

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

Shape to copy.