NativeMethodsimgproc_ellipse1 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_ellipse1( IntPtr img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType, int shift )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_ellipse1 ( img As IntPtr, center As Point, axes As Size, angle As Double, startAngle As Double, endAngle As Double, color As Scalar, thickness As Integer, lineType As Integer, shift As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_ellipse1( IntPtr img, Point center, Size axes, double angle, double startAngle, double endAngle, Scalar color, int thickness, int lineType, int shift )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_ellipse1 : img : IntPtr * center : Point * axes : Size * angle : float * startAngle : float * endAngle : float * color : Scalar * thickness : int * lineType : int * shift : int -> unit
OpenCvSharp.NativeMethods.imgproc_ellipse1 = function(img, center, axes, angle, startAngle, endAngle, color, thickness, lineType, shift);