[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.CustomShape.-ctor

CustomShape Constructor

CustomShape()

Creates a custom shape.

Declaration
public CustomShape()
Public Sub New()

CustomShape(SerializationInfo, StreamingContext)

Creates a new custom shape object from serialization.

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

CustomShape(CustomShape)

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

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

Shape to copy.