VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / FreeTextAnnotationData Class
In This Topic
FreeTextAnnotationData Class Methods
In This Topic
For a list of all methods of this type, see FreeTextAnnotationData.
Public Methods
 NameDescription
Public MethodSignals the CompositeAnnotationData that initialization is starting. (Inherited from CompositeAnnotationData)
Public MethodCreates a new object that is a copy of the current FreeTextAnnotationData instance.
Public MethodCopies the state of the current object to the target object.
Public MethodOverloaded. Releases all resources used by this object. (Inherited from AnnotationData)
Public MethodSignals the CompositeAnnotationData that initialization is complete. (Inherited from CompositeAnnotationData)
Public MethodOverloaded. Returns a bounding box of annotation. (Inherited from CompositeAnnotationData)
Public MethodReturns the annotation center coordinates relative to the Location property without regard to rotation. (Inherited from AnnotationData)
Public MethodReturns an enumerator that iterates through a composite annotation. (Inherited from CompositeAnnotationData)
Public MethodReturns the location and size of the annotation. (Inherited from CompositeAnnotationData)
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.
Public MethodSets the location and size of the annotation. (Inherited from CompositeAnnotationData)
Public MethodSets the location and size of the annotation and determines new locations and sizes of all included annotations with given initial state of all included annotations. (Inherited from CompositeAnnotationData)
Public MethodSets the rotation angle, in degrees, for this annotation. (Inherited from CompositeAnnotationData)
Public MethodReturns the string representation of this object. (Inherited from AnnotationData)
Public MethodApplies a transformation to the annotation. (Inherited from CompositeAnnotationData)
Protected Methods
 NameDescription
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 MethodRaises the ItemPropertyChanged event. (Inherited from CompositeAnnotationData)
Protected MethodRaises the ItemPropertyChanging event. (Inherited from CompositeAnnotationData)
Protected MethodRaises the PropertyChanged event. (Inherited from CompositeAnnotationData)
Protected MethodRaises the PropertyChanging event. (Inherited from CompositeAnnotationData)
See Also