'Declaration Public Overloads Function MeasureString( _
ByVal textA text of string to measure.As System.String _
) As System.Drawing.SizeF
public System.Drawing.SizeF MeasureString(
System.String text
)
public: System.Drawing.SizeF* MeasureString(
System.String text
)
public:
System.Drawing.SizeF^ MeasureString(
System.String text
)
Parameters
- text
- A text of string to measure.
Return Value
Returns a System.Drawing.SizeF structure that represents the size of the string specified by the text parameter as drawn with this font.