[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.HeartShape.-ctor

HeartShape Constructor

HeartShape()

Creates a new heart shape.

Declaration
public HeartShape()
Public Sub New()

HeartShape(SerializationInfo, StreamingContext)

Creates a new heart shape object from serialization.

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

HeartShape(HeartShape)

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

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

Shape to copy.