RectangleF.Bottom 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
得到 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 座標。