LeaderLineAnnotationData Class Methods
In This Topic
For a list of all methods of this type, see
LeaderLineAnnotationData.
Public Methods
| | Name | Description |
 | BeginInit | Signals the AnnotationData that initialization is starting. (Inherited from AnnotationData) |
 | Clone | Creates a new object that is a copy of the current LeaderLineAnnotationData instance. |
 | CopyTo | Copies the state of the current object to the target object. |
 | EndInit | Signals the AnnotationData that initialization is complete. (Inherited from AnnotationData) |
 | GetActualTextArea | Returns the rectangle that defines text area with paddings. (Inherited from TextAnnotationDataBase) |
 | GetBoundingBox | Overloaded. Returns a bounding box of annotation. (Inherited from LineAnnotationDataBase) |
 | GetCenterRelativeToLocation | Returns the center of annotation relative to the value of Location property, rotation is not taken into account. |
 | GetEndConnectionPoint | Returns the point, on the EndAnnotationData, which connects the EndAnnotationData and the end point of this leader line annotation. |
 | GetLinePointsInContentSpace | Returns points of annotation plus the start and end connection points, in device-independent pixels (1/96th inch), in the annotation content space. |
 | GetLinePointsInImageSpace | Returns points of annotation, in device-independent pixels (1/96th inch), in the image space, rotation is taken into account. (Inherited from LineAnnotationDataBase) |
 | GetLocationWithoutRotation | Returns the annotation location in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation. (Inherited from AnnotationData) |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from LinesAnnotationData) |
 | GetStartConnectionPoint | Returns the point, on the StartAnnotationData, which connects the StartAnnotationData and the start point of this leader line annotation. |
 | GetTextArea | Returns the rectangle that defines text area in annotation. (Inherited from LineAnnotationDataBase) |
 | ToString | Returns the string representation of this object. (Inherited from AnnotationData) |
 | Transform | Applies a transformation to the annotation. (Inherited from AnnotationData) |
Protected Methods
See Also