NativeMethodscore_Mat_locateROI Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_locateROI( IntPtr self, out Size wholeSize, out Point ofs )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_locateROI ( self As IntPtr, <OutAttribute> ByRef wholeSize As Size, <OutAttribute> ByRef ofs As Point )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_locateROI( IntPtr self, [OutAttribute] Size% wholeSize, [OutAttribute] Point% ofs )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_locateROI : self : IntPtr * wholeSize : Size byref * ofs : Point byref -> unit
OpenCvSharp.NativeMethods.core_Mat_locateROI = function(self, wholeSize, ofs);