'宣言 Public Function GetMeasure( _ ByVal text As System.String _ ) As System.Drawing.SizeF
public System.Drawing.SizeF GetMeasure( System.string text )
パラメータ
- text
- The text for measuring.
戻り値の型
The size in points of the text for this font.
'宣言 Public Function GetMeasure( _ ByVal text As System.String _ ) As System.Drawing.SizeF
public System.Drawing.SizeF GetMeasure( System.string text )