[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.FourWayArrowShape.-ctor

FourWayArrowShape Constructor

FourWayArrowShape()

Creates a new four way arrow shape.

Declaration
public FourWayArrowShape()
Public Sub New()

FourWayArrowShape(SerializationInfo, StreamingContext)

Creates a new four way arrow shape object from serialization.

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

FourWayArrowShape(FourWayArrowShape)

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

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

Shape to copy.