VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LeaderLineAnnotationData Class
In This Topic
LeaderLineAnnotationData Class Methods
In This Topic
For a list of all methods of this type, see LeaderLineAnnotationData.
Public Methods
 NameDescription
Public MethodSignals the AnnotationData that initialization is starting. (Inherited from AnnotationData)
Public MethodCreates a new object that is a copy of the current LeaderLineAnnotationData instance.
Public MethodCopies the state of the current object to the target object.
Public MethodSignals the AnnotationData that initialization is complete. (Inherited from AnnotationData)
Public MethodReturns the rectangle that defines text area with paddings. (Inherited from TextAnnotationDataBase)
Public MethodOverloaded. Returns a bounding box of annotation. (Inherited from LineAnnotationDataBase)
Public MethodReturns the center of annotation relative to the value of Location property, rotation is not taken into account.
Public MethodReturns the point, on the EndAnnotationData, which connects the EndAnnotationData and the end point of this leader line annotation.
Public MethodReturns points of annotation plus the start and end connection points, in device-independent pixels (1/96th inch), in the annotation content space.
Public MethodReturns points of annotation, in device-independent pixels (1/96th inch), in the image space, rotation is taken into account. (Inherited from LineAnnotationDataBase)
Public MethodReturns the annotation location in image coordinate system, in device-independent pixels (1/96th inch), without regard to rotation. (Inherited from AnnotationData)
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object. (Inherited from LinesAnnotationData)
Public MethodReturns the point, on the StartAnnotationData, which connects the StartAnnotationData and the start point of this leader line annotation.
Public MethodReturns the rectangle that defines text area in annotation. (Inherited from LineAnnotationDataBase)
Public MethodReturns the string representation of this object. (Inherited from AnnotationData)
Public MethodApplies a transformation to the annotation. (Inherited from AnnotationData)
Protected Methods
 NameDescription
Protected MethodOverloaded. Releases the unmanaged resources used by the annotation and optionally releases the managed resources.
Protected MethodAllows an annotation to attempt to free resources and perform other cleanup operations before the annotation is reclaimed by garbage collection. (Inherited from AnnotationData)
Protected MethodReturns the annotation size that is adjusted to the text size. (Inherited from TextAnnotationDataBase)
Protected MethodReturns the point, in device-independent pixels (1/96th inch) in the content space, that connects the specified annotation and the specified point.
Protected MethodReturns start and end points, in device-independent pixels (1/96th inch) in the content space, that connects specified annotations.
Protected MethodRaises the PropertyChanged event. (Inherited from LineAnnotationDataBase)
Protected MethodRaises the PropertyChanging event. (Inherited from AnnotationData)
See Also