[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.EllipseShape.-ctor

EllipseShape Constructor

EllipseShape()

Creates a new ellipse shape.

Declaration
public EllipseShape()
Public Sub New()

EllipseShape(SerializationInfo, StreamingContext)

Creates a new ellipse shape object from serialization.

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

EllipseShape(EllipseShape)

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

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

Shape to copy.