GlyphRunDrawing Constructors

Definition

Initializes a new instance of the GlyphRunDrawing class.

Overloads

GlyphRunDrawing()

Initializes a new instance of the GlyphRunDrawing class.

GlyphRunDrawing(Brush, GlyphRun)

Initializes a new instance of the GlyphRunDrawing class by specifying the foreground brush and GlyphRun.

GlyphRunDrawing()

Initializes a new instance of the GlyphRunDrawing class.

public:
 GlyphRunDrawing();
public GlyphRunDrawing ();
Public Sub New ()

Applies to

GlyphRunDrawing(Brush, GlyphRun)

Initializes a new instance of the GlyphRunDrawing class by specifying the foreground brush and GlyphRun.

public:
 GlyphRunDrawing(System::Windows::Media::Brush ^ foregroundBrush, System::Windows::Media::GlyphRun ^ glyphRun);
public GlyphRunDrawing (System.Windows.Media.Brush foregroundBrush, System.Windows.Media.GlyphRun glyphRun);
new System.Windows.Media.GlyphRunDrawing : System.Windows.Media.Brush * System.Windows.Media.GlyphRun -> System.Windows.Media.GlyphRunDrawing
Public Sub New (foregroundBrush As Brush, glyphRun As GlyphRun)

Parameters

foregroundBrush
Brush

The foreground brush to use for the GlyphRunDrawing.

glyphRun
GlyphRun

The GlyphRun to use in this GlyphRunDrawing.

Applies to