[]
Creates a new multiple-sided shape.
public MultiSideShape()
Public Sub New()
Creates a new multiple-sided shape object from serialization.
public MultiSideShape(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 that is a copy of the specified shape.
public MultiSideShape(MultiSideShape shape)
Public Sub New(shape As MultiSideShape)
| Type | Name | Description |
|---|---|---|
| MultiSideShape | shape | Shape to copy. |