Rectangle.Bottom 속성

정의

Rectangle 구조체의 YHeight 속성 값의 합인 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

속성 값

RectangleYHeight의 합인 Y 좌표입니다.

특성

설명

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

적용 대상