[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.ThreeWayArrowShape.-ctor

ThreeWayArrowShape Constructor

ThreeWayArrowShape()

Creates a new three way arrow shape.

Declaration
public ThreeWayArrowShape()
Public Sub New()

ThreeWayArrowShape(SerializationInfo, StreamingContext)

Creates a new three way arrow shape object from serialization.

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

ThreeWayArrowShape(ThreeWayArrowShape)

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

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

Shape to copy.