VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI.VisualTools Namespace / DicomAnnotationTool Class
In This Topic
DicomAnnotationTool Class Properties
In This Topic
For a list of all properties of this type, see DicomAnnotationTool.
Public Properties
 NameDescription
Public PropertyGets or sets the mouse button, which executes the action of this tool. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool)
Public PropertyGets an active interaction controller. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets a value indicating whether the annotation viewer allows to move selected annotations together. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from VisualTool)
Public PropertyGets or sets a System.Drawing.Rectangle, in image space, in device-independent pixels (1/96th inch), that restricts the area of image where annotation can be built. (Inherited from AnnotationVisualTool)
Public PropertyGets the focused annotation data collection.
Public PropertyGets the annotation data controller.
Public PropertyGets or sets the interaction mode of annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets the System.Drawing.Brush that is used to fill the selection of selected annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets the System.Drawing.Pen that is used to draw the selection of selected annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets an annotation collection that will be viewed and edited using the visual tool. (Inherited from AnnotationVisualTool)
Public PropertyGets a value indicating whether this visual tool can modify the image. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether focused item can be changed before interaction. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets the clipboard of this tool. (Inherited from AnnotationVisualTool)
Public Propertystatic (Shared in Visual Basic)Gets the data format for annotations in clipboard.
Public PropertyGets the UI action that copies the selected annotations to the clipboard.
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool is active in image viewer. (Inherited from VisualTool)
Public PropertyGets the UI action that cuts the selected annotations to the clipboard.
Public PropertyGets the UI action that deletes the selected annotations.
Public PropertyGets the UI action that deletes all annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets the UI action that deselects all annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool)
Public PropertyGets or sets the System.Drawing.Pen that is used to draw the eraser selection. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets a value indicating whether eraser must remove object immediately when mouse cursor hovers object. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets the focused annotation data.
Public PropertyGets or sets the focused annotation view. (Inherited from AnnotationVisualTool)
Public PropertyGets the hovered annotation view. (Inherited from AnnotationVisualTool)
Public PropertyGets the ImageViewer object associated with this tool. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether the annotation can be built only in specified region. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets a value indicating whether interaction should be finished when focus is lost. (Inherited from UserInteractionVisualTool)
Public PropertyGets a value indicating whether focused annotation is building. (Inherited from AnnotationVisualTool)
Public PropertyGets a value indicating whether this tool supports multipage mode. (Inherited from AnnotationVisualTool)
Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether the annotation viewer allows multiple selection of annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets the name of visual tool. (Inherited from AnnotationVisualTool)
Public PropertyGets the UI action that pastes the selected annotations from the clipboard.
Public PropertyGets or sets a value indicating whether the annotation visual tool should raise annotation events in AnnotationInteractionMode.Author mode. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets a value indicating whether the annotation visual tool should raise annotation events in AnnotationInteractionMode.View mode. (Inherited from AnnotationVisualTool)
Public PropertyGets the rotation assistant used for rotation of selected annotation. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets the rotation point. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets a distance from the annotation bounding box to the rotation point, in pixels. (Inherited from AnnotationVisualTool)
Public PropertyGets the UI action that selects all annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets the collection that contains selected annotations. (Inherited from AnnotationVisualTool)
Public PropertyGets or sets a key code that changes the selected item to the next item. (Inherited from VisualTool)
Public PropertyGets or sets a key code that changes the selected item to the previous item. (Inherited from VisualTool)
Public PropertyGets or sets the spell check manager that is used for spell checking of text in text annotations. (Inherited from AnnotationVisualTool)
Protected Properties
 NameDescription
Protected PropertyGets or sets a value indicating whether the interaction can be started right after the interactive object is selected. (Inherited from UserInteractionVisualTool)
Protected PropertyGets or sets a value indicating whether user can set the focused interactive object. (Inherited from UserInteractionVisualTool)
Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed. (Inherited from VisualTool)
Protected PropertyGets or sets a focused item. (Inherited from AnnotationVisualTool)
Protected PropertyGets a value indicating whether the caller must call an invoke method when making method calls to the VisualTool because the caller is on a different thread than the one the VisualTool was created on. (Inherited from VisualTool)
Protected PropertyGets a collection of IInteractiveObject. (Inherited from UserInteractionVisualTool)
Protected PropertyGets the count of mouse clicks in series of clicks. (Inherited from VisualTool)
Protected PropertyGets or sets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from VisualTool)
Protected PropertyGets a value indicating whether interaction controller should use ActionButton of visual tool. (Inherited from AnnotationVisualTool)
See Also