Input for WinForms
HighlightSubstring(Graphics,Font,StringFormat,Brush,Rectangle,String,Brush,String,Int32) メソッド

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

パラメータ

graphics
テキストを描画するデバイスコンテキスト。
font
描画されるテキストに適用する System.Drawing.Font
stringFormat
テキストのレイアウト情報。
foreBrush
描画されるテキストに適用する System.Drawing.Brush
bounds
テキストの範囲を表す System.Drawing.Rectangle
text
描画するテキスト。
highlightBrush
部分文字列を強調表示する System.Drawing.Brush
substring
強調表示する部分文字列。
substringStartIndex
部分文字列の開始位置。
参照

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