[]
Creates a new shape object.
public PSShape()
Public Sub New()
Creates a new shape object from serialization.
public PSShape(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |
Creates a new shape object from PSShape object
public PSShape(PSShape obj)
Public Sub New(obj As PSShape)
Type | Name | Description |
---|---|---|
PSShape | obj |