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 座標,其為這個 Y 結構之 Height 和 RectangleF 的總和。
- 屬性
備註
值 Bottom 代表矩形下邊緣第一個點的 Y 座標,該矩形未包含在矩形中。