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