'Declaration Public Function GetMeasure( _ ByVal text As System.String _ ) As System.Drawing.SizeF
public System.Drawing.SizeF GetMeasure( System.string text )
Parameters
- text
- The text for measuring.
Return Value
The size in points of the text for this font.