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
[Obsolete("This enum is obsolete, use the DicomInteractionDirection enum instead.", False)]
__value public enum DicomImageVoiLutMouseMoveDirection : public System.Enum
[Obsolete("This enum is obsolete, use the DicomInteractionDirection enum instead.", False)]
public enum class DicomImageVoiLutMouseMoveDirection : public System.Enum
Members
| Member | Description |
| WidthVerticalCenterHorizontal | DICOM 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. |
| WidthVerticalInvertedCenterHorizontal | DICOM 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. |
| WidthVerticalCenterHorizontalInverted | DICOM 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. |
| WidthVerticalInvertedCenterHorizontalInverted | DICOM 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. |
| WidthHorizontalCenterVertical | DICOM 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. |
| WidthHorizontalInvertedCenterVertical | DICOM 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. |
| WidthHorizontalCenterVerticalInverted | DICOM 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. |
| WidthHorizontalInvertedCenterVerticalInverted | DICOM 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. |
| Undefined | The 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