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