OpenCvSharp.NativeMethods.core_Mat_copyTo C# (CSharp) Method

core_Mat_copyTo() private method

private core_Mat_copyTo ( IntPtr self, IntPtr m, IntPtr mask ) : void
self System.IntPtr
m System.IntPtr
mask System.IntPtr
return void
        public static extern void core_Mat_copyTo(IntPtr self, IntPtr m, IntPtr mask);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, EntryPoint = "core_Mat_create1")]
NativeMethods