GrapeCity ActiveReports for .NET 14.0J
MeasureParagraphHeight(String,Single,Font,StringFormat) メソッド

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document.Section 名前空間 > Page クラス > MeasureParagraphHeight メソッド : MeasureParagraphHeight(String,Single,Font,StringFormat) メソッド

計測するテキスト文字列。

テキストの幅(インチ単位)。
計測するテキストフォント。
計測するテキストフォーマット。
現在のページ設定を使用して、指定したテキストを指定した幅、フォント、フォーマットで表示したときの高さを計測します。
シンタックス
'宣言
 
Public Overloads Function MeasureParagraphHeight( _
   ByVal strText As String, _
   ByVal width As Single, _
   ByVal textFont As Font, _
   ByVal strFormat As StringFormat _
) As SizeF
public SizeF MeasureParagraphHeight( 
   string strText,
   float width,
   Font textFont,
   StringFormat strFormat
)

パラメータ

strText

計測するテキスト文字列。

width
テキストの幅(インチ単位)。
textFont
計測するテキストフォント。
strFormat
計測するテキストフォーマット。
参照

Page クラス
Page メンバ
オーバーロード一覧