FlexChart for WinForms
MeasureString メソッド (IRendering)

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース : MeasureString メソッド
String to measure.
Layout width.
Measures size of string in layout area.
シンタックス
'宣言
 
Function MeasureString( _
   ByVal s As System.String, _
   Optional ByVal width As System.Double _
) As System.ValueTuple(Of Double,Double)
System.ValueTuple<double,double> MeasureString( 
   System.string s,
   System.double width
)

パラメータ

s
String to measure.
width
Layout width.

戻り値の型

Calculating text height.
参照

参照

IRendering インターフェース
IRendering メンバ