LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.Color assembly)

Factor Property

Show in webframe





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:
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

See Also

Reference

RasterWindowLevelDialog Class
RasterWindowLevelDialog Members

 

 


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