NativeMethodsimgproc_ellipse2Poly Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_ellipse2Poly( Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, IntPtr pts )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_ellipse2Poly ( center As Point, axes As Size, angle As Integer, arcStart As Integer, arcEnd As Integer, delta As Integer, pts As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_ellipse2Poly( Point center, Size axes, int angle, int arcStart, int arcEnd, int delta, IntPtr pts )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_ellipse2Poly : center : Point * axes : Size * angle : int * arcStart : int * arcEnd : int * delta : int * pts : IntPtr -> unit
OpenCvSharp.NativeMethods.imgproc_ellipse2Poly = function(center, axes, angle, arcStart, arcEnd, delta, pts);