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