LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

Factor Property






Gets or sets the factor to be applied in the function operation specified in CurveType. This is a dependency property. .NET support Silverlight support
Syntax
public double Factor {get; set;}
'Declaration
 
Public Property Factor As Double
'Usage
 
Dim instance As WindowLevelEffect
Dim value As Double
 
instance.Factor = value
 
value = instance.Factor
ObjectiveC Syntax
Java Syntax
public:
property double Factor {
   double get();
   void set (    double value);
}

Property Value

The factor to be applied in the function operation specified in CurveType. Default value is 0.
Remarks

This parameter is used only if CurveType is CurveType.Exponential, CurveType.Logarithmic or CurveType.Sigmoid. If CurveType.Exponential or CurveType.Sigmoid is selected its value can be any value (+/-). If CurveType.Logarithmic is selected its value should be >= 0. If Factor = 0, the lookup table will be filled linearly.

Example

For C#/VB examples, refer to WindowLevelEffect.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowLevelEffect Class
WindowLevelEffect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.