MeasureText(String) Method
In This Topic
Measures the text string with the currently selected font.
Syntax
'Declaration
Public Overloads Function MeasureText( _
ByVal As String _
) As SizeF
public SizeF MeasureText(
string
)
Parameters
- strText
- The text string to measure.
See Also