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