このテキストの一部を表示する範囲を取得します。
シンタックス
'宣言
Public Overloads Shared Function MeasureSubstring( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Font, _
ByVal As System.Windows.Forms.TextFormatFlags, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.String, _
ByVal As System.Collections.Generic.IList(Of CharacterRange) _
) As System.Drawing.Rectangle()
public static System.Drawing.Rectangle[] MeasureSubstring(
System.Drawing.Graphics ,
System.Drawing.Font ,
System.Windows.Forms.TextFormatFlags ,
System.Drawing.Rectangle ,
System.string ,
System.Collections.Generic.IList<CharacterRange>
)
パラメータ
- graphics
- デバイスコンテキスト。
- font
- テキストのフォント。
- textFormatFlags
- テキストのレイアウト情報。
- bounds
- テキストの範囲を表す System.Drawing.Rectangle。
- text
- 描画するテキスト。
- substringRanges
- 強調表示する部分文字列のすべての出現箇所の位置と長さ。
参照