[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSObject.-ctor

PSObject Constructor

PSObject()

Creates a new instance of a presentation space object.

Declaration
public PSObject()
Public Sub New()

PSObject(object)

Creates a new object based on the specified object.

Declaration
public PSObject(object cloneFrom)
Public Sub New(cloneFrom As Object)
Parameters
Type Name Description
object cloneFrom

Object from which to clone the new object

PSObject(SerializationInfo, StreamingContext)

Creates a new shape object from serialization.

Declaration
protected PSObject(SerializationInfo info, StreamingContext context)
Protected 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