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