[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.LightningBoltShape.-ctor

LightningBoltShape Constructor

LightningBoltShape()

Creates a new lightning bolt shape.

Declaration
public LightningBoltShape()
Public Sub New()

LightningBoltShape(SerializationInfo, StreamingContext)

Creates a new lightning bolt shape object from serialization.

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

LightningBoltShape(LightningBoltShape)

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

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

Shape to copy.