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