[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.ArcShape.-ctor

ArcShape Constructor

ArcShape()

Creates a new arc shape.

Declaration
public ArcShape()
Public Sub New()

ArcShape(SerializationInfo, StreamingContext)

Creates a new arc shape object from serialization.

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

ArcShape(ArcShape)

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

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

Shape to copy.