[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.DiamondShape.-ctor

DiamondShape Constructor

DiamondShape()

Creates a new diamond shape.

Declaration
public DiamondShape()
Public Sub New()

DiamondShape(SerializationInfo, StreamingContext)

Creates a new diamond shape object from serialization.

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

DiamondShape(DiamondShape)

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

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

Shape to copy.