このテキストの一部を表示する範囲を取得します。
シンタックス
'宣言
Public Overloads Shared Function MeasureSubstring( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.StringFormat, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Rectangle()
public static System.Drawing.Rectangle[] MeasureSubstring(
System.Drawing.Graphics ,
System.Drawing.Font ,
System.Drawing.StringFormat ,
System.Drawing.Rectangle ,
System.string ,
System.int ,
System.int
)
パラメータ
- graphics
- デバイスコンテキスト。
- font
- テキストのフォント。
- stringFormat
- テキストのレイアウト情報。
- bounds
- テキストの範囲を表す System.Drawing.Rectangle。
- text
- 描画するテキスト。
- substringStartIndex
- 部分文字列の開始位置。
- substringLength
- 部分文字列の長さ。
参照