テキストを描画し、テキストの一部を特別な背景で強調表示します。
シンタックス
'宣言
Public Overloads Shared Sub HighlightSubstring( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.StringFormat, _
ByVal As System.Drawing.Brush, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.String, _
ByVal As System.Drawing.Brush, _
ByVal As System.String, _
ByVal As System.Integer _
)
public static void HighlightSubstring(
System.Drawing.Graphics ,
System.Drawing.Font ,
System.Drawing.StringFormat ,
System.Drawing.Brush ,
System.Drawing.Rectangle ,
System.string ,
System.Drawing.Brush ,
System.string ,
System.int
)
パラメータ
- graphics
- テキストを描画するデバイスコンテキスト。
- font
- 描画されるテキストに適用する System.Drawing.Font。
- stringFormat
- テキストのレイアウト情報。
- foreBrush
- 描画されるテキストに適用する System.Drawing.Brush。
- bounds
- テキストの範囲を表す System.Drawing.Rectangle。
- text
- 描画するテキスト。
- highlightBrush
- 部分文字列を強調表示する System.Drawing.Brush。
- substring
- 強調表示する部分文字列。
- substringStartIndex
- 部分文字列の開始位置。
参照