Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > SpatialFilterCommand Class : Bias Property |
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');