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