Click or drag to resize

NativeMethodsimgproc_getFontScaleFromHeight Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getFontScaleFromHeight(System.Int32,System.Int32,System.Int32,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getFontScaleFromHeight(
	int fontFace,
	int pixelHeight,
	int thickness,
	out double returnValue
)

Parameters

fontFace
Type: SystemInt32

[Missing <param name="fontFace"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getFontScaleFromHeight(System.Int32,System.Int32,System.Int32,System.Double@)"]

pixelHeight
Type: SystemInt32

[Missing <param name="pixelHeight"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getFontScaleFromHeight(System.Int32,System.Int32,System.Int32,System.Double@)"]

thickness
Type: SystemInt32

[Missing <param name="thickness"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getFontScaleFromHeight(System.Int32,System.Int32,System.Int32,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getFontScaleFromHeight(System.Int32,System.Int32,System.Int32,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getFontScaleFromHeight(System.Int32,System.Int32,System.Int32,System.Double@)"]

See Also