NativeMethodsimgproc_getTextSize Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_getTextSize( string text, int fontFace, double fontScale, int thickness, out int baseLine, out Size returnValue )
Public Shared Function imgproc_getTextSize ( text As String, fontFace As Integer, fontScale As Double, thickness As Integer, <OutAttribute> ByRef baseLine As Integer, <OutAttribute> ByRef returnValue As Size ) As ExceptionStatus
public: static ExceptionStatus imgproc_getTextSize( String^ text, int fontFace, double fontScale, int thickness, [OutAttribute] int% baseLine, [OutAttribute] Size% returnValue )
static member imgproc_getTextSize : text : string * fontFace : int * fontScale : float * thickness : int * baseLine : int byref * returnValue : Size byref -> ExceptionStatus
[Missing <param name="text"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]
[Missing <param name="fontFace"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]
[Missing <param name="fontScale"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]
[Missing <param name="thickness"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]
[Missing <param name="baseLine"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getTextSize(System.String,System.Int32,System.Double,System.Int32,System.Int32@,OpenCvSharp.Size@)"]