LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

CurveType Property

Show in webframe





Gets or sets a value that specifies how the range is used to fill the LUT and the type of LUT. This is a dependency property.
Syntax
public CurveType CurveType {get; set;}
'Declaration
 
Public Property CurveType As CurveType
'Usage
 
Dim instance As WindowLevelEffect
Dim value As CurveType
 
instance.CurveType = value
 
value = instance.CurveType

            

            
public:
property CurveType CurveType {
   CurveType get();
   void set (    CurveType value);
}

Property Value

An CurveType enumeration member that specifies how the range is used to fill the LUT and the type of LUT. Default value is CurveType.Linear.
Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.