ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / KernelUnitLength Property

In This Topic
    KernelUnitLength Property (ConvolveMatrix)
    In This Topic
    The size of one unit in the kernel. The units are in (DIPs/kernel unit), where a kernel unit is the size of the element in the convolution kernel. A value of 1 (DIP/kernel unit) corresponds to one pixel in a image at 96 DPI.
    Syntax
    'Declaration
     
    Public Property KernelUnitLength As Single
    public float KernelUnitLength {get; set;}
    See Also