NativeMethodscore_putText Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static void core_putText( IntPtr img, string text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType, int bottomLeftOrigin )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Sub core_putText ( img As IntPtr, text As String, org As Point, fontFace As Integer, fontScale As Double, color As Scalar, thickness As Integer, lineType As Integer, bottomLeftOrigin As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static void core_putText( IntPtr img, String^ text, Point org, int fontFace, double fontScale, Scalar color, int thickness, int lineType, int bottomLeftOrigin )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member core_putText : img : IntPtr * text : string * org : Point * fontFace : int * fontScale : float * color : Scalar * thickness : int * lineType : int * bottomLeftOrigin : int -> unit
OpenCvSharp.NativeMethods.core_putText = function(img, text, org, fontFace, fontScale, color, thickness, lineType, bottomLeftOrigin);