Click or drag to resize

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
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getTextSize(
	string text,
	int fontFace,
	double fontScale,
	int thickness,
	out int baseLine,
	out Size returnValue
)

Parameters

text
Type: SystemString

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

fontFace
Type: SystemInt32

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

fontScale
Type: SystemDouble

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

thickness
Type: SystemInt32

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

baseLine
Type: SystemInt32

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

returnValue
Type: OpenCvSharpSize

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

Return Value

Type: ExceptionStatus

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

See Also