RectangleF.Bottom 屬性

定義

得到 y 座標,即此Y結構與 Height 的和RectangleF

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

屬性值

y 座標,即該結構與 的和 YHeightRectangleF

屬性

備註

Bottom 值代表矩形底部邊緣第一個不包含於矩形中的點的 y 座標。

適用於