VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / DicomMprToolInteractionMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DicomMprToolInteractionMode Enumeration
In This Topic
Specifies available modes, which specify how user can interact with MPR slices using the DicomMprTool.
Syntax
'Declaration

Public Enum DicomMprToolInteractionMode
   Inherits System.Enum

public enum DicomMprToolInteractionMode : System.Enum

Members
MemberDescription
NoneUser cannot interact with MPR slices.
BrowseThe DicomMprTool uses the MprImageTool as active tool and this allows user to browse DICOM MPR slices in image viewer.
PanThe DicomMprTool uses the DicomViewerTool as active tool and this allows user to pan DICOM MPR slice in image viewer.
ZoomThe DicomMprTool uses the DicomViewerTool as active tool and this allows user to zoom DICOM MPR slice in image viewer.
ViewProcessingThe DicomMprTool uses the DicomViewerTool as active tool and this allows user to apply the image processing command to a DICOM MPR slice in image viewer.
Rotate3DThe DicomMprTool uses the MprImageTool as active tool and this allows user to rotate DICOM MPR slice in 3D space in image viewer.
RollThe DicomMprTool uses the MprImageTool as active tool and this allows user to rotate DICOM MPR slice in 2D space in image viewer.
WindowLevelThe DicomMprTool uses the DicomViewerTool as active tool and this allows user to change the window level of DICOM MPR slice in image viewer.
MeasureThe DicomMprTool uses the ImageMeasureTool as active tool and this allows user to measure objects on DICOM MPR slice in image viewer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools.DicomMprToolInteractionMode

Requirements

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

See Also