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

그릴 텍스트입니다.

적용 대상