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

Show in webframe

Smoothing Property








Gets or sets the Smoothing value.
Syntax
public int Smoothing {get; set;}
'Declaration
 
Public Property Smoothing As Integer
'Usage
 
Dim instance As AnisotropicDiffusionCommand
Dim value As Integer
 
instance.Smoothing = value
 
value = instance.Smoothing
public int Smoothing {get; set;}
 <br/>get_Smoothing();<br/>set_Smoothing(value);<br/>Object.defineProperty('Smoothing'); 
public:
property int Smoothing {
   int get();
   void set (    int value);
}

Property Value

Size of the smoothing kernel used on the image.
Example
Refer to AnisotropicDiffusionCommand.
Requirements

Target Platforms

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

Error processing SSI file