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