DrawingContext.DrawGlyphRun(Brush, GlyphRun) Metoda

Definice

Nakreslí zadaný text.

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

Štětec použitý k malování textu.

glyphRun
GlyphRun

Text, který chcete nakreslit.

Platí pro