DrawingContext.DrawGlyphRun(Brush, GlyphRun) Método

Definição

Desenha o texto especificado.

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)

Parâmetros

foregroundBrush
Brush

O pincel usado para pintar o texto.

glyphRun
GlyphRun

O texto a ser desenhado.

Aplica-se a