Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Lambda Property (SRADAnisotropicDiffusionCommand)








Gets or sets the smoothing time step value.
Syntax
public int Lambda {get; set;}
'Declaration
 
Public Property Lambda As Integer
'Usage
 
Dim instance As SRADAnisotropicDiffusionCommand
Dim value As Integer
 
instance.Lambda = value
 
value = instance.Lambda
public int Lambda {get; set;}
@property (nonatomic, assign) NSInteger lambda
public int getLambda()
public void setLambda(int value)
            
 <br/>get_Lambda();<br/>set_Lambda(value);<br/>Object.defineProperty('Lambda'); 
public:
property int Lambda {
   int get();
   void set (    int value);
}

Property Value

The smoothing time step value. Valid values range from 0 to 100. A value of 0 means nothing will be done to the image.
Example
Refer to the SRADAnisotropicDiffusionCommand example.
Requirements

Target Platforms

See Also

Reference

SRADAnisotropicDiffusionCommand Class
SRADAnisotropicDiffusionCommand Members

Error processing SSI file