[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.CrescentShape.-ctor

CrescentShape Constructor

CrescentShape()

Creates a new crescent shape.

Declaration
public CrescentShape()
Public Sub New()

CrescentShape(SerializationInfo, StreamingContext)

Creates a new crescent shape object from serialization.

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

CrescentShape(CrescentShape)

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

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

Shape to copy.