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