Click or drag to resize

NativeMethodscore_getTextSize Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)]
public static Size core_getTextSize(
	string text,
	int fontFace,
	double fontScale,
	int thickness,
	out int baseLine
)

Parameters

text
Type: SystemString
fontFace
Type: SystemInt32
fontScale
Type: SystemDouble
thickness
Type: SystemInt32
baseLine
Type: SystemInt32

Return Value

Type: Size
See Also