[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.TwoWayArrowShape.-ctor

TwoWayArrowShape Constructor

TwoWayArrowShape()

Creates a new two way arrow shape.

Declaration
public TwoWayArrowShape()
Public Sub New()

TwoWayArrowShape(SerializationInfo, StreamingContext)

Creates a new two way arrow shape object from serialization.

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

TwoWayArrowShape(TwoWayArrowShape)

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

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

Shape to copy.