RectangleF.Bottom 속성

정의

Y 구조체의 HeightRectangleF의 합인 Y 좌표를 가져옵니다.

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

속성 값

Single

Y 구조체의 HeightRectangleF의 합인 Y 좌표입니다.

특성

설명

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

적용 대상