[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.UniversalNoShape.-ctor

UniversalNoShape Constructor

UniversalNoShape()

Creates a new universal "no" shape.

Declaration
public UniversalNoShape()
Public Sub New()

UniversalNoShape(SerializationInfo, StreamingContext)

Creates a new universal "no" shape object from serialization.

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

UniversalNoShape(UniversalNoShape)

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

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

Shape to copy.