NativeMethodscore_repeat1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_repeat1( IntPtr src, int ny, int nx, IntPtr dst )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_repeat1 ( src As IntPtr, ny As Integer, nx As Integer, dst As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_repeat1( IntPtr src, int ny, int nx, IntPtr dst )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_repeat1 : src : IntPtr * ny : int * nx : int * dst : IntPtr -> unit
OpenCvSharp.NativeMethods.core_repeat1 = function(src, ny, nx, dst);