DrawingContext.DrawGlyphRun(Brush, GlyphRun) Metoda

Definicja

Rysuje określony tekst.

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)

Parametry

foregroundBrush
Brush

Pędzel używany do malowania tekstu.

glyphRun
GlyphRun

Tekst do rysowania.

Dotyczy