Measure string for this document.
'Declaration
Public Overloads Function MeasureString( _
ByVal As System.String, _
ByVal As System.Drawing.Font _
) As System.Drawing.SizeF
public System.Drawing.SizeF MeasureString(
System.string ,
System.Drawing.Font
)
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.