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

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