[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.CalloutArrowShape.-ctor

CalloutArrowShape Constructor

CalloutArrowShape()

Creates a new square callout with arrow shape.

Declaration
public CalloutArrowShape()
Public Sub New()

CalloutArrowShape(SerializationInfo, StreamingContext)

Creates a new square callout with arrow shape object from serialization.

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

CalloutArrowShape(CalloutArrowShape)

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

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

Shape to copy.