| Visual Basic (Declaration) | |
|---|---|
Public Enum Medical3DWindowLevelFillType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Medical3DWindowLevelFillType | |
| C# | |
|---|---|
public enum Medical3DWindowLevelFillType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class Medical3DWindowLevelFillType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Exponential | Exponential. |
| Linear | Linear (Default). |
| Logarithmic | Logarithmic. |
| 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.
System.Object
System.ValueType
System.Enum
Leadtools.Medical3D.Medical3DWindowLevelFillType
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code