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