NativeMethodscore_copyMakeBorder Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_copyMakeBorder( IntPtr src, IntPtr dst, int top, int bottom, int left, int right, int borderType, Scalar value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_copyMakeBorder ( src As IntPtr, dst As IntPtr, top As Integer, bottom As Integer, left As Integer, right As Integer, borderType As Integer, value As Scalar )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_copyMakeBorder( IntPtr src, IntPtr dst, int top, int bottom, int left, int right, int borderType, Scalar value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_copyMakeBorder : src : IntPtr * dst : IntPtr * top : int * bottom : int * left : int * right : int * borderType : int * value : Scalar -> unit
OpenCvSharp.NativeMethods.core_copyMakeBorder = function(src, dst, top, bottom, left, right, borderType, value);