[]
Represents an editor's drawn highlight shape object.
public class EditorCalloutShape : CustomShape, ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
Public Class EditorCalloutShape
Inherits CustomShape
Implements ISerializeSupport, IDeserializationCallback, IPdfSupportPSObject, ISerializable
| Name | Description |
|---|---|
| EditorCalloutShape() | Creates a new bent arrow shape. |
| EditorCalloutShape(EditorCalloutShape) | Creates a new shape that is a copy of the specified shape. |
| EditorCalloutShape(SerializationInfo, StreamingContext) | Creates a new bent 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 bent arrow shape. |