다음을 통해 공유


TextLine 생성자

정의

오버로드

TextLine()

TextLine 클래스의 새 인스턴스를 초기화합니다.

TextLine(Double)

TextLine 클래스의 새 인스턴스를 초기화합니다.

TextLine()

TextLine 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

TextLine(Double)

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)

매개 변수

pixelsPerDip
Double

pixelsPerDip는 TextSource의 PixelsPerDip 값으로 설정되어야 합니다.

설명

이 생성자는 상속된 TextLine모든 클래스에 대해 호출되어야 합니다.

적용 대상