Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / Bias Property

In This Topic
    Bias Property
    In This Topic
    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