'宣言 Public Function TextExtent( _ ByVal text As System.String _ ) As System.Drawing.Size
public System.Drawing.Size TextExtent( System.string text )
パラメータ
- text
- A string that saves a character string to be computed.
戻り値の型
If the function succeeds, the return value is the dimensions of the string in logical units.