Retrieves width and height of text string
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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