Specifies the type of algorithm that is used when applying window-leveling on a 3D object.
public enum Medical3DWindowLevelFillType
Public Enum Medical3DWindowLevelFillType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class Medical3DWindowLevelFillType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Linear | Linear (Default). |
1 | Exponential | Exponential. |
2 | Logarithmic | Logarithmic. |
3 | Sigmoid | Sigmoid. |
Window-leveling allows you to adjust the brightness and contrast of a 3D object.
It can be adjusted using various algorithms to give different brightnesses and contrasts.
For more information, refer to Medical3DObject.WindowLevelProperties.
Adjust window-leveling using the mouse. For more information, refer to Medical3DControl.AddAction.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET