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