ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / Divisor Property

In This Topic
    Divisor Property
    In This Topic
    The kernel matrix is applied to a pixel and then the result is divided by this value. 0 behaves as a value of float epsilon.
    Syntax
    'Declaration
     
    Public Property Divisor As System.Single
    public System.float Divisor {get; set;}
    See Also