VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomMultilineAnnotationView Class
In This Topic
    DicomMultilineAnnotationView Class Methods
    In This Topic
    For a list of all methods of this type, see DicomMultilineAnnotationView.
    Public Methods
     NameDescription
    Public MethodCreates a new DicomMultilineAnnotationView that is a copy of the current instance.
    Public MethodCopies points of interactive object to array of points. (Inherited from DicomSimpleAnnotationViewBase)
    Public MethodOverloaded. Releases all resources used by this object. (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 DicomCompoundAnnotationViewBase)
    Public MethodReturns a point at specified index. (Inherited from DicomSimpleAnnotationViewBase)
    Public MethodReturns a point transformation of the annotation for specified ImageViewer. (Inherited from DicomCompoundAnnotationViewBase)
    Public MethodReturns an annotation selection as System.Drawing.Drawing2D.GraphicsPath in the image space. (Inherited from DicomAnnotationView)
    Public MethodReturns a matrix that transforms the annotation from the content space to the drawing surface space. (Inherited from DicomAnnotationView)
    Public MethodReturns the matrix that transforms the annotation from the content space to the image space. (Inherited from AnnotationView)
    Public MethodOverloaded. Indicates whether the specified point is contained within the annotation.
    Public Methodstatic (Shared in Visual Basic)Registers the DICOM annotation views for DICOM annotation datas. (Inherited from DicomAnnotationView)
    Public MethodSets a point at specified index. (Inherited from DicomSimpleAnnotationViewBase)
    Public MethodSets the points of interactive object from specified array of points. (Inherited from DicomSimpleAnnotationViewBase)
    Public MethodReturns the string representation of this object. (Inherited from AnnotationView)
    Protected Methods
     NameDescription
    Protected MethodDraws the annotation on the System.Drawing.Graphics in the coordinate space of annotation.
    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. (Inherited from DicomAnnotationView)
    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. (Inherited from DicomSimpleAnnotationViewBase)
    See Also