VintaSoft Imaging .NET SDK 12.4: 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, which allows to
    1. view DICOM frame with applied VOI LUT in WinForms image viewer
    2. zoom DICOM frame in WinForms image viewer
    3. slide DICOM frames in WinForms image viewer
    4. show DICOM metadata in WinForms image viewer.
    Object Model
    VintasoftImage ProcessingCommandBase 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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also