共用方式為


Rectangle.Bottom 屬性

定義

得到 y 座標,即此Rectangle結構 與 Height 屬性值的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

屬性值

y 座標,即 與 的和 YHeightRectangle

屬性

備註

性質 Bottom 的值代表了 底 Rectangle 邊第一個不包含 Rectangle於 的點的 y 座標。

適用於