NativeMethodsimgproc_ellipse2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_ellipse2( IntPtr img, RotatedRect box, Scalar color, int thickness, int lineType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_ellipse2 ( img As IntPtr, box As RotatedRect, color As Scalar, thickness As Integer, lineType As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_ellipse2( IntPtr img, RotatedRect box, Scalar color, int thickness, int lineType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_ellipse2 : img : IntPtr * box : RotatedRect * color : Scalar * thickness : int * lineType : int -> unit
OpenCvSharp.NativeMethods.imgproc_ellipse2 = function(img, box, color, thickness, lineType);