[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.BentArrowShape.-ctor

BentArrowShape Constructor

BentArrowShape()

Creates a new bent arrow shape.

Declaration
public BentArrowShape()
Public Sub New()

BentArrowShape(SerializationInfo, StreamingContext)

Creates a new bent arrow shape object from serialization.

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

BentArrowShape(BentArrowShape)

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

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

Shape to copy.