VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomEllipseAnnotationData Class
In This Topic
DicomEllipseAnnotationData Class Methods
In This Topic
For a list of all methods of this type, see DicomEllipseAnnotationData.
Public Methods
 NameDescription
Public MethodSignals the AnnotationData that initialization is starting. (Inherited from AnnotationData)
Public MethodChanges the annotation unit of measure and all properties, which are depend from unit of measure. (Inherited from DicomCompoundAnnotationDataBase)
Public MethodCreates a new DicomEllipseAnnotationData that is a copy of the current instance.
Public MethodCopies current DicomCompoundAnnotationDataBase to the target DicomCompoundAnnotationDataBase. (Inherited from DicomCompoundAnnotationDataBase)
Public MethodOverloaded. Releases all resources used by this object. (Inherited from AnnotationData)
Public MethodSignals the AnnotationData that initialization is complete. (Inherited from AnnotationData)
Public MethodOverloaded. Returns the bounding box of annotation if annotation will have specified location, size and rotation. (Inherited from DicomRectangleAnnotationData)
Public MethodReturns the annotation center coordinates relative to the Location property without regard to rotation. (Inherited from DicomCompoundAnnotationDataBase)
Public MethodReturns points of annotation, in device-independent pixels (1/96th inch), in the annotation content space. (Inherited from DicomCompoundAnnotationDataBase)
Public MethodReturns points of annotation, in device-independent pixels (1/96th inch), in the image space, rotation is taken into account. (Inherited from DicomCompoundAnnotationDataBase)
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 DicomCompoundAnnotationDataBase)
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 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 PropertyChanged event. (Inherited from AnnotationData)
Protected MethodRaises the PropertyChanging event. (Inherited from AnnotationData)
See Also