Measures size of string in layout area.
シンタックス
'宣言
Function MeasureString( _
ByVal As System.String, _
Optional ByVal As System.Double _
) As System.ValueTuple(Of Double,Double)
System.ValueTuple<double,double> MeasureString(
System.string ,
System.double
)
パラメータ
- s
- String to measure.
- width
- Layout width.
戻り値の型
Calculating text height.
参照