[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.TriangleShape.-ctor

TriangleShape Constructor

TriangleShape()

Creates a new triangle shape.

Declaration
public TriangleShape()
Public Sub New()

TriangleShape(SerializationInfo, StreamingContext)

Creates a new triangle shape object from serialization.

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

TriangleShape(TriangleShape)

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

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

Shape to copy.