NativeMethodscore_Mat_copyTo Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_copyTo( IntPtr self, IntPtr m, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_copyTo ( self As IntPtr, m As IntPtr, mask As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_copyTo( IntPtr self, IntPtr m, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_copyTo : self : IntPtr * m : IntPtr * mask : IntPtr -> unit
OpenCvSharp.NativeMethods.core_Mat_copyTo = function(self, m, mask);