LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CurveType Enumeration
See Also  
Leadtools.Windows.Media.Effects Namespace : CurveType Enumeration



Options to specify how the range is used to fill the LUT and the type of LUT. Supported in Silverlight

Syntax

Visual Basic (Declaration) 
Public Enum CurveType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CurveType
C# 
public enum CurveType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CurveType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Exponential

LUT is exponential.

Linear

LUT is leaner

Logarithmic

LUT is logarithmic.

Sigmoid

LUT is sigmoid.

Example

For C#/VB examples, refer to WindowLevelEffect.

Remarks

This enumeration is used as the type for the WindowLevelEffect.CurveType property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.CurveType

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also