LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Bias Property






Gets or sets the number added to the weighted average. .NET support WinRT support Silverlight support
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;}
 get_Bias();
set_Bias(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpatialFilterCommand Class
SpatialFilterCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.