CvFontGetTextSize Method (String) OpenCvSharp Class Library
Retrieves width and height of text string

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvSize GetTextSize(
	string textString
)

Parameters

textString
Type: SystemString
Input string.

Return Value

Type: CvSize

[Missing <returns> documentation for "M:OpenCvSharp.CvFont.GetTextSize(System.String)"]

See Also

Reference