[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.RoundedRectangleShape.-ctor

RoundedRectangleShape Constructor

RoundedRectangleShape()

Creates a new rounded rectangle shape.

Declaration
public RoundedRectangleShape()
Public Sub New()

RoundedRectangleShape(SerializationInfo, StreamingContext)

Creates a new rounded rectangle shape object from serialization.

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

RoundedRectangleShape(RoundedRectangleShape)

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

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

Shape to copy.