ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / ConvolveMatrix Constructor
The native pointer.

In This Topic
    ConvolveMatrix Constructor
    In This Topic
    Initializes a new instance of the ConvolveMatrix class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nativePtr As System.IntPtr _
    )
    public ConvolveMatrix( 
       System.IntPtr nativePtr
    )

    Parameters

    nativePtr
    The native pointer.
    See Also