VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools Namespace / DicomImageVoiLutMouseMoveDirection Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DicomImageVoiLutMouseMoveDirection Enumeration
In This Topic
Specifies available mouse gestures, which are changing the VOI lookup table of DICOM image.
Syntax
'Declaration

<ObsoleteAttribute("This enum is obsolete, use the DicomInteractionDirection enum instead.", False)>
Public Enum DicomImageVoiLutMouseMoveDirection
   Inherits System.Enum

[Obsolete("This enum is obsolete, use the DicomInteractionDirection enum instead.", False)]
public enum DicomImageVoiLutMouseMoveDirection : System.Enum

Members
MemberDescription
WidthVerticalCenterHorizontalDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from right to left;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from bottom to top.
WidthVerticalInvertedCenterHorizontalDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from right to left;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from top to bottom.
WidthVerticalCenterHorizontalInvertedDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from left to right;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from bottom to top.
WidthVerticalInvertedCenterHorizontalInvertedDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from left to right;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from top to bottom.
WidthHorizontalCenterVerticalDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from bottom to top;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from right to left.
WidthHorizontalInvertedCenterVerticalDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from bottom to top;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from left to right.
WidthHorizontalCenterVerticalInvertedDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from top to bottom;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from right to left.
WidthHorizontalInvertedCenterVerticalInvertedDICOM viewer increases the window center of VOI lookup table of DICOM image if mouse is moving from top to bottom;
DICOM viewer increases the window width of VOI lookup table of DICOM image if mouse is moving from left to right.
UndefinedThe undefined.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools.DicomImageVoiLutMouseMoveDirection

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