ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer
    public System.int KernelSizeX {get; set;}
    See Also