Visual Basic (Declaration) | |
---|---|
Public Enum CurveType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CurveType |
C# | |
---|---|
public enum CurveType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class CurveType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Exponential | LUT is exponential. |
Linear | LUT is leaner |
Logarithmic | LUT is logarithmic. |
Sigmoid | LUT is sigmoid. |
For C#/VB examples, refer to WindowLevelEffect.
This enumeration is used as the type for the WindowLevelEffect.CurveType property.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.CurveType
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)