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