VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomPointAnnotationView Class
In This Topic
    DicomPointAnnotationView Class Methods
    In This Topic
    For a list of all methods of this type, see DicomPointAnnotationView.
    Public Methods
     NameDescription
    Public MethodCreates a new DicomPointAnnotationView that is a copy of the current instance.
    Public MethodCopies points of interactive object to array of points. (Inherited from DicomSimpleAnnotationViewBase)
    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.
    Public MethodReturns a point at specified index. (Inherited from DicomSimpleAnnotationViewBase)
    Public MethodReturns a point transformation of the annotation for specified ImageViewer. (Inherited from DicomAnnotationView)
    Public MethodReturns a rectangle of interactive object.
    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. 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. (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 MethodSets a rectangle of interactive object.
    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.
    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