DrawingContext.DrawGlyphRun(Brush, GlyphRun) メソッド

定義

指定したテキストを描画します。

public:
 abstract void DrawGlyphRun(System::Windows::Media::Brush ^ foregroundBrush, System::Windows::Media::GlyphRun ^ glyphRun);
public abstract void DrawGlyphRun (System.Windows.Media.Brush foregroundBrush, System.Windows.Media.GlyphRun glyphRun);
abstract member DrawGlyphRun : System.Windows.Media.Brush * System.Windows.Media.GlyphRun -> unit
Public MustOverride Sub DrawGlyphRun (foregroundBrush As Brush, glyphRun As GlyphRun)

パラメーター

foregroundBrush
Brush

テキストの塗りつぶしに使用するブラシ。

glyphRun
GlyphRun

描画するテキスト。

適用対象