TextLine Construtores

Definição

Sobrecargas

TextLine()

Inicializa uma nova instância da classe TextLine.

TextLine(Double)

Inicializa uma nova instância da classe TextLine.

TextLine()

Inicializa uma nova instância da classe TextLine.

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

Aplica-se a

TextLine(Double)

Inicializa uma nova instância da classe TextLine.

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)

Parâmetros

pixelsPerDip
Double

pixelsPerDip deve ser definido como o valor de PixelsPerDip do TextSource.

Comentários

Esse construtor deve ser chamado para cada classe herdada de TextLine.

Aplica-se a