[]
Represents a curved arrow shape object.
public class CurvedArrowShape : ArrowShape, ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
Public Class CurvedArrowShape
Inherits ArrowShape
Implements ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
| Name | Description |
|---|---|
| CurvedArrowShape() | Creates a new curved arrow shape. |
| CurvedArrowShape(CurvedArrowShape) | Creates a new shape that is a copy of the specified shape. |
| CurvedArrowShape(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. |
| Initialize() | Initializes the shape object in the presentation space. |
| SetInitialShape() | Creates the initial curved arrow shape. |