다음을 통해 공유


TextBounds 생성자

TextBounds의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Formatting
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Public Sub New ( _
    leading As Double, _
    top As Double, _
    bidiWidth As Double, _
    height As Double, _
    textTop As Double, _
    textHeight As Double _
)
public TextBounds(
    double leading,
    double top,
    double bidiWidth,
    double height,
    double textTop,
    double textHeight
)
public:
TextBounds(
    double leading, 
    double top, 
    double bidiWidth, 
    double height, 
    double textTop, 
    double textHeight
)
new : 
        leading:float * 
        top:float * 
        bidiWidth:float * 
        height:float * 
        textTop:float * 
        textHeight:float -> TextBounds
public function TextBounds(
    leading : double, 
    top : double, 
    bidiWidth : double, 
    height : double, 
    textTop : double, 
    textHeight : double
)

매개 변수

  • leading
    형식: Double

    경계 사각형 선행 가장자리의 X 좌표입니다.

  • top
    형식: Double

    경계 사각형 위쪽 가장자리의 Y 좌표입니다.

  • bidiWidth
    형식: Double

    선행 및 후행 가장자리 경계 사각형 사이의 거리입니다. 오른쪽에서 왼쪽 방향 텍스트의 경우 음수일 수 있습니다.

  • height
    형식: Double

    사각형의 높이입니다. 높이는 음수가 아니어야 합니다.

  • textTop
    형식: Double

    텍스트를 포함하는 줄을 기준으로 측정한 텍스트의 위쪽입니다.

  • textHeight
    형식: Double

    텍스트를 포함하는 줄을 기준으로 측정한 텍스트의 높이입니다.

예외

예외 조건
ArgumentOutOfRangeException

Leadingtop, height, 또는 bidiWidth 잘못 된 숫자입니다 또는 height 또는 textHeight 입니다 음수 또는 유효한 숫자가 아닙니다.

.NET Framework 보안

참고 항목

참조

TextBounds 구조체

Microsoft.VisualStudio.Text.Formatting 네임스페이스