다음을 통해 공유


Rectangle.Bottom 속성

정의

Rectangle 구조체의 값과 Height 속성 값의 합계인 Y y 좌표를 가져옵니다.

public:
 property int Bottom { int get(); };
[System.ComponentModel.Browsable(false)]
public int Bottom { get; }
public int Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : int
member this.Bottom : int
Public ReadOnly Property Bottom As Integer

속성 값

Rectangle값의 Y 합계인 Height y 좌표입니다.

특성

설명

속성 값 Bottom 은 에 포함되지 Rectangle않은 아래쪽 가장자리 Rectangle 의 첫 번째 점 y 좌표를 나타냅니다.

적용 대상