Medical3DWindowLevelFillType Enumeration

Summary

Specifies the type of algorithm that is used when applying window-leveling on a 3D object.

Syntax
C#
VB
C++
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

ValueMemberDescription
0LinearLinear (Default).
1ExponentialExponential.
2LogarithmicLogarithmic.
3SigmoidSigmoid.

Remarks

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Medical3D Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly