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

In This Topic
    KernelSizeY Property
    In This Topic
    The height of the kernel matrix. The units are specified in kernel units.
    Syntax
    'Declaration
     
    Public Property KernelSizeY As Integer
    public int KernelSizeY {get; set;}
    See Also