TextLine Konstruktoren

Definition

Überlädt

TextLine()

Initialisiert eine neue Instanz der TextLine-Klasse.

TextLine(Double)

Initialisiert eine neue Instanz der TextLine-Klasse.

TextLine()

Initialisiert eine neue Instanz der TextLine-Klasse.

protected:
 TextLine();
protected TextLine ();
Protected Sub New ()

Gilt für:

TextLine(Double)

Initialisiert eine neue Instanz der TextLine-Klasse.

protected:
 TextLine(double pixelsPerDip);
protected TextLine (double pixelsPerDip);
new System.Windows.Media.TextFormatting.TextLine : double -> System.Windows.Media.TextFormatting.TextLine
Protected Sub New (pixelsPerDip As Double)

Parameter

pixelsPerDip
Double

pixelsPerDip sollte auf den PixelsPerDip-Wert der TextSource festgelegt werden.

Hinweise

Dieser Konstruktor muss für jede Klasse aufgerufen werden, die von TextLinegeerbt wird.

Gilt für: