CvFontGetTextSize Method (String, Int32) 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,
	out int baseline
)

Parameters

textString
Type: SystemString
Input string.
baseline
Type: SystemInt32
y-coordinate of the baseline relatively to the bottom-most text point.

Return Value

Type: CvSize

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

See Also

Reference