VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomInteractionDirection Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DicomInteractionDirection Enumeration
In This Topic
Specifies available modes, which allow to change value in DICOM viewer using mouse move.
Syntax
'Declaration

Public Enum DicomInteractionDirection
   Inherits System.Enum

public enum DicomInteractionDirection : System.Enum

Members
MemberDescription
LeftToRightDICOM viewer increases the result value if mouse is moving from left to right.
RightToLeftDICOM viewer increases the result value if mouse is moving from right to left.
TopToBottomDICOM viewer increases the result value if mouse is moving from top to bottom.
BottomToTopDICOM viewer increases the result value if mouse is moving from bottom to top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Dicom.UI.VisualTools.DicomInteractionDirection

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