VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomAnnotationView Class
In This Topic
DicomAnnotationView Class Methods
In This Topic
For a list of all methods of this type, see DicomAnnotationView.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance. (Inherited from AnnotationView)
Public MethodOverloaded. Draws the annotation on the specified . (Inherited from AnnotationView)
Public MethodOverloaded. Returns an author bounding box, in the image space, of annotation. (Inherited from AnnotationView)
Public MethodReturns a bounding box, in the image space, of annotation. (Inherited from AnnotationView)
Public MethodReturns a drawing box, in the image space, of annotation. (Inherited from AnnotationView)
Public MethodReturns a point transformation of the annotation for specified ImageViewer.
Public MethodReturns an annotation selection as System.Drawing.Drawing2D.GraphicsPath in the image space.
Public MethodReturns a matrix that transforms the annotation from the content space to the drawing surface space.
Public MethodReturns the matrix that transforms the annotation from the content space to the image space. (Inherited from AnnotationView)
Public MethodOverloaded. Returns a value indicating whether the specified point is contained within the annotation. (Inherited from AnnotationView)
Public Methodstatic (Shared in Visual Basic)Registers the DICOM annotation views for DICOM annotation datas.
Public MethodReturns the string representation of this object. (Inherited from AnnotationView)
Protected Methods
 NameDescription
Protected MethodOverloaded. Releases the unmanaged resources used by the annotation and optionally releases the managed resources. (Inherited from AnnotationView)
Protected MethodDraws the annotation on the System.Drawing.Graphics in the coordinate space of annotation. (Inherited from AnnotationView)
Protected MethodDraws the annotation on the System.Drawing.Graphics in the coordinate space of drawing surface. (Inherited from AnnotationView)
Protected MethodAllows an annotation to attempt to free resources and perform other cleanup operations before the annotation is reclaimed by garbage collection. (Inherited from AnnotationView)
Protected MethodReturns rectangle of annotation displayed area, in pixels.
Protected MethodRaises the Click event. Invoked when the user has clicked on the annotation. (Inherited from AnnotationView)
Protected MethodRaises the StateChanged event. Invoked when the property of annotation is changed. (Inherited from AnnotationView)
Protected MethodRaises the DoubleClick event. Invoked when the annotation is double-clicked. (Inherited from AnnotationView)
Protected MethodRaises the Drawing event. Invoked when the annotation is drawing. (Inherited from AnnotationView)
Protected MethodRaises the Drawn event. Invoked when the annotation is drawn. (Inherited from AnnotationView)
Protected MethodRaises the InteractionControllerChanged event. (Inherited from AnnotationView)
Protected MethodRaises the InteractionControllerChanging event. (Inherited from AnnotationView)
Protected MethodRaises the MouseDown event. Invoked when the user clicks down on the annotation. (Inherited from AnnotationView)
Protected MethodRaises the MouseEnter event. Invoked when the mouse is entered of the annotation. (Inherited from AnnotationView)
Protected MethodRaises the MouseLeave event. Invoked when the mouse is moved out of the annotation. (Inherited from AnnotationView)
Protected MethodRaises the MouseMove event. Invoked when the user has moved the mouse over the annotation. (Inherited from AnnotationView)
Protected MethodRaises the MouseUp event. Invoked when the user has released the mouse over the annotation. (Inherited from AnnotationView)
Protected MethodRaises the MouseWheel event. Invoked when the mouse wheel moves while the annotation has focus. (Inherited from AnnotationView)
Protected MethodRaises the StateChanged event. Invoked when the state of annotation is changed. (Inherited from AnnotationView)
Protected MethodSets the properties of interaction controller according to the properties of annotation. (Inherited from AnnotationView)
Protected MethodTransforms the matrix from the annotation's content space to the image space.
See Also