NativeMethodscore_Mat_stepAt Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static ulong core_Mat_stepAt( IntPtr self, int i )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_Mat_stepAt ( self As IntPtr, i As Integer ) As ULong
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static unsigned long long core_Mat_stepAt( IntPtr self, int i )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_stepAt : self : IntPtr * i : int -> uint64
OpenCvSharp.NativeMethods.core_Mat_stepAt = function(self, i);