VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.Wpf.UI.VisualTools Namespace / WpfDicomMprToolInteractionMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    WpfDicomMprToolInteractionMode Enumeration
    In This Topic
    Specifies available modes, which specify how user can interact with MPR slices using the WpfDicomMprTool.
    Syntax
    'Declaration
    
    Public Enum WpfDicomMprToolInteractionMode
       Inherits System.Enum
    
    
    public enum WpfDicomMprToolInteractionMode : System.Enum
    
    
    __value public enum WpfDicomMprToolInteractionMode : public System.Enum
    
    
    public enum class WpfDicomMprToolInteractionMode : public System.Enum
    
    
    Members
    MemberDescription
    NoneUser cannot interact with MPR slices.
    BrowseThe WpfDicomMprTool uses the WpfMprImageTool as active tool and this allows user to browse DICOM MPR slices in image viewer.
    PanThe WpfDicomMprTool uses the WpfDicomViewerTool as active tool and this allows user to pan DICOM MPR slice in image viewer.
    ZoomThe WpfDicomMprTool uses the WpfDicomViewerTool as active tool and this allows user to zoom DICOM MPR slice in image viewer.
    Rotate3DThe WpfDicomMprTool uses the WpfMprImageTool as active tool and this allows user to rotate DICOM MPR slice in 3D space in image viewer.
    RollThe WpfDicomMprTool uses the WpfMprImageTool as active tool and this allows user to rotate DICOM MPR slice in 2D space in image viewer.
    WindowLevelThe WpfDicomMprTool uses the WpfDicomViewerTool as active tool and this allows user to change the window level of DICOM MPR slice in image viewer.
    MeasureThe WpfDicomMprTool uses the WpfImageMeasureTool 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.Wpf.UI.VisualTools.WpfDicomMprToolInteractionMode

    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