VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomViewerTool Class
In This Topic
DicomViewerTool Class Properties
In This Topic
For a list of all properties of this type, see DicomViewerTool.
Public Properties
 NameDescription
Public PropertyGets or sets the mouse button, which executes the action of this tool. (Inherited from VisualTool)
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool)
Public PropertyGets or sets the active visual tool. (Inherited from CompositeVisualTool)
Public PropertyGets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from CompositeVisualTool)
Public PropertyGets or sets a value indicating whether the VOI LUT must be always loaded from DICOM frame metadata when image is changed.
Public PropertyGets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Browse in horizontal orientation.
Public PropertyGets or sets the mouse move delta for frame browsing.
Public PropertyGets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Browse in vertical orientation.
Public PropertyGets or sets the mouse wheel delta for frame browsing.
Public PropertyGets a value indicating whether visual tool can modify the image. (Inherited from CompositeVisualTool)
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 or sets a value indicating whether tool should cycle the slide browsing, i.e. tool should go to the first slide after last slide.
Public PropertyGets or sets the VOI LUT, which is loaded from DICOM image metadata, of focused DICOM image.
Public PropertyGets or sets the current VOI LUT.
Public PropertyGets or sets the mouse move direction for changing the VOI lookup table center of DICOM image.
Public PropertyGets or sets a mouse sensitivity, which must be used for changing VOI lookup table of DICOM image.
Public PropertyGets or sets the offset of DicomImageVoiLut.WindowCenter.
Public PropertyGets or sets the scale for DicomImageVoiLut.
Public PropertyGets or sets the mouse move direction for changing the VOI lookup table width of DICOM image.
Public PropertyGets or sets a value indicating whether context menu is shown when user presses the right mouse button and the right mouse button is set as an action button of the tool. (Inherited from CompositeVisualTool)
Public PropertyGets the 8-bpp grayscale image, which is displayed in viewer.
Public PropertyGets or sets the image processing command, which must be applied to the DisplayedImage.
Public PropertyGets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool)
Public PropertyGets a collection of static graphic objects, which are displayed in viewer.
Public PropertyGets graphic object that shows a horizontal ruler for DICOM image in image viewer.
Public PropertyGets the ImageViewer object associated with this tool. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether the visual tool must show static graphic objects in image viewer.
Public PropertyGets or sets a value indicating whether the image must be inverted.
Public PropertyGets a value indicating whether this tool supports multipage mode. (Inherited from CompositeVisualTool)
Public PropertyGets or sets a value indicating whether the visual tool must show information with DICOM metadata on image viewer.
Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from CompositeVisualTool)
Public PropertyGets or sets the mouse move orientation for frame browsing.
Public PropertyGets or sets the mouse sensitivity.
Public PropertyGets or sets the interaction mode for the mouse wheel.
Public PropertyGets or sets the mouse wheel sensitivity.
Public PropertyGets the name of visual tool.
Public PropertyGets or sets a value indicating whether DICOM viewer tool should navigate by DICOM series using interaction mode Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Browse.
Public PropertyGets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Pan.
Public PropertyGets or sets the object for image rendering synchronization.
Public PropertyGets or sets the unit of measure for rulers.
Public PropertyGets the scroller for this visual tool.
Public PropertyGets the scroll properties.
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 the DICOM series manager.
Public PropertyGets or sets a value indicating whether the visual tool must show rulers on image viewer.
Public PropertyGets a collection of text overlays, which are displayed on viewer.
Public PropertyGets graphic object that shows a vertical ruler for DICOM image in image viewer.
Public PropertyGets or sets a border color for image processing command specified by ViewProcessingCommand property.
Public PropertyGets or sets the image processing command, which should be applied to the image when image is rendering in DICOM viewer.
Public PropertyGets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.ViewProcessing.
Public PropertyGets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property.
Public PropertyGets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.WindowLevel.
Public PropertyGets or sets the mouse cursor for Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerToolInteractionMode.Zoom.
Public PropertyGets or sets the zoom step of the image.
Protected Properties
 NameDescription
Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed. (Inherited from VisualTool)
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 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 or sets an array of visual tools. (Inherited from CompositeVisualTool)
See Also