[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.DonutShape.-ctor

DonutShape Constructor

DonutShape()

Creates a new donut shape.

Declaration
public DonutShape()
Public Sub New()

DonutShape(SerializationInfo, StreamingContext)

Creates a new donut shape object from serialization.

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

DonutShape(DonutShape)

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

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

Shape to copy.