[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSShape.-ctor

PSShape Constructor

PSShape()

Creates a new shape object.

Declaration
public PSShape()
Public Sub New()

PSShape(SerializationInfo, StreamingContext)

Creates a new shape object from serialization.

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

PSShape(PSShape)

Creates a new shape object from PSShape object

Declaration
public PSShape(PSShape obj)
Public Sub New(obj As PSShape)
Parameters
Type Name Description
PSShape obj