ComponentOne Bitmap for UWP
Bias Property

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > ConvolveMatrix Class : Bias Property
The effect applies the kernel matrix, the divisor, and then the bias is added to the result. The bias is unbounded and unitless.
Syntax
'Declaration
 
Public Property Bias As System.Single
public System.float Bias {get; set;}
See Also

Reference

ConvolveMatrix Class
ConvolveMatrix Members