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