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