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

Show in webframe

Bias Property








Gets or sets the number added to the weighted average.
Syntax
public int Bias {get; set;}
'Declaration
 
Public Property Bias As Integer
'Usage
 
Dim instance As SpatialFilterCommand
Dim value As Integer
 
instance.Bias = value
 
value = instance.Bias
public int Bias {get; set;}
@property (nonatomic, assign) NSInteger bias
public int getBias()
public void setBias(int value)
            
 <br/>get_Bias();<br/>set_Bias(value);<br/>Object.defineProperty('Bias'); 
public:
property int Bias {
   int get();
   void set (    int value);
}

Property Value

Number added to the weighted average.
Example
Refer to SpatialFilterCommand()
Requirements

Target Platforms

See Also

Reference

SpatialFilterCommand Class
SpatialFilterCommand Members

Error processing SSI file