MeasureString(String,Font) Method
Measure string for this document.
'Declaration
Public Overloads Shared Function MeasureString( _
ByVal As String, _
ByVal As Font _
) As Size
Parameters
- text
- The drawing string.
- font
- The drawing font.
Return Value
The size, in points, of the string specified as drawn with the font parameter.