[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.MultiSideShape.-ctor

MultiSideShape Constructor

MultiSideShape()

Creates a new multiple-sided shape.

Declaration
public MultiSideShape()
Public Sub New()

MultiSideShape(SerializationInfo, StreamingContext)

Creates a new multiple-sided shape object from serialization.

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

MultiSideShape(MultiSideShape)

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

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

Shape to copy.