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