[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.ChevronShape.-ctor

ChevronShape Constructor

ChevronShape()

Creates a new chevron shape.

Declaration
public ChevronShape()
Public Sub New()

ChevronShape(SerializationInfo, StreamingContext)

Creates a new chevron shape object from serialization.

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

ChevronShape(ChevronShape)

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

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

Shape to copy.