VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomViewerTool Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DicomViewerTool Class
    In This Topic
    Represents a visual tool that allows to zoom and slide DICOM frames in WinForms image viewer. Also tool allows to apply VOI LUT to a DICOM frame in WinForms image viewer. Also tool allows to display metadata of DICOM frame in WinForms image viewer.
    Object Model
    VintasoftImage ProcessingCommandBase DicomSeriesManager DicomScrollProperties TextOverlayCollection ImageRulerGraphicObject ImageRulerGraphicObject DicomImageVoiLookupTable DicomImageVoiLookupTable VisualTool VisualTool ImageViewer DicomViewerTool
    Syntax
    'Declaration
    
    Public Class DicomViewerTool
       Inherits Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool
    
    
    public __gc class DicomViewerTool : public Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool*
    
    
    public ref class DicomViewerTool : public Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.VisualTool
          Vintasoft.Imaging.UI.VisualTools.CompositeVisualTool
             Vintasoft.Imaging.Dicom.UI.VisualTools.DicomViewerTool

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also