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