[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.RectangleShape.-ctor

RectangleShape Constructor

RectangleShape()

Creates a new rectangle shape.

Declaration
public RectangleShape()
Public Sub New()

RectangleShape(SerializationInfo, StreamingContext)

Creates a new rectangle shape object from serialization.

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

RectangleShape(RectangleShape)

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

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

Shape to copy.