Measures the text string.
Syntax
'Declaration
Public Overloads Function MeasureText( _
ByVal As String, _
ByVal As Font _
) As SizeF
public SizeF MeasureText(
string ,
Font
)
Parameters
- strText
- The text string to measure.
- font
- The font of the text.
See Also