LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Bias Property

Show in webframe







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) int bias;
public int getBias()
public void setBias(int value)
            
 
get_Bias();
set_Bias(value);
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

 

 


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