[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.CurvedArrowShape.-ctor

CurvedArrowShape Constructor

CurvedArrowShape()

Creates a new curved arrow shape.

Declaration
public CurvedArrowShape()
Public Sub New()

CurvedArrowShape(SerializationInfo, StreamingContext)

Creates a new arrow shape object from serialization.

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

CurvedArrowShape(CurvedArrowShape)

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

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

Shape to copy.