NativeMethodscore_Mat_push_back_short Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_push_back_short( IntPtr self, short v )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_push_back_short ( self As IntPtr, v As Short )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_push_back_short( IntPtr self, short v )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_push_back_short : self : IntPtr * v : int16 -> unit
OpenCvSharp.NativeMethods.core_Mat_push_back_short = function(self, v);