Rectangle.Bottom 屬性

定義

取得 Y 座標,其為這個 Rectangle 結構之 YHeight 屬性值的總和。

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

屬性值

Y 座標,其為這個 RectangleYHeight 的總和。

屬性

備註

屬性的值Bottom代表 未包含在 Rectangle中之 下邊緣之 第一個點的 Rectangle Y 座標。

適用於