[]
Represents a custom shape object.
public class CustomShape : PSShape, ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
Public Class CustomShape
Inherits PSShape
Implements ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
| Name | Description |
|---|---|
| CustomShape() | Creates a custom shape. |
| CustomShape(CustomShape) | Creates a new shape that is a copy of the specified shape. |
| CustomShape(SerializationInfo, StreamingContext) | Creates a new custom shape object from serialization. |
| Name | Description |
|---|---|
| Shape | Gets or sets the shape. |
| Name | Description |
|---|---|
| Clone() | Creates a copy of this shape. |
| GetObjectData(SerializationInfo, StreamingContext) | Serializes the shape object. |
| SetInitialShape() | Creates the initial shape. |