TextLine 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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모든 클래스에 대해 호출되어야 합니다.