[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.XShape.-ctor

XShape Constructor

XShape()

Creates a new X shape.

Declaration
public XShape()
Public Sub New()

XShape(SerializationInfo, StreamingContext)

Creates a new X shape object from serialization.

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

XShape(XShape)

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

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

Shape to copy.