LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)
LEAD Technologies, Inc

Factor Property






Gets or sets the factor to be applied in the method operation specified in the Mode drop-down list box in the LUT Curve section of the Window Leveling dialog box.
Syntax
public int Factor {get; set;}
'Declaration
 
Public Property Factor As Integer
'Usage
 
Dim instance As RasterWindowLevelDialog
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
public int Factor {get; set;}
 get_Factor();
set_Factor(value);
public:
property int Factor {
   int get();
   void set (    int value);
}

Property Value

Represents the factor to be applied in the method operation specified in the specified in the Mode drop-down list box in the LUT Curve section of the Window Leveling dialog box. This parameter is used only if the Mode selected is RasterPaletteWindowLevelFlags.Exponential, RasterPaletteWindowLevelFlags.Logarithmic or RasterPaletteWindowLevelFlags.Sigmoid. If RasterPaletteWindowLevelFlags.Exponential or RasterPaletteWindowLevelFlags.Sigmoid is specified, its value can be any integer (+1000/-1000). If RasterPaletteWindowLevelFlags.Logarithmic is specified, its value should be >= 0. If factor = 0, the lookup table will be filled linearly.
Example
Refer to RasterWindowLevelDialog example.
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

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

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