RectangleF.Bottom 屬性

定義

取得 Y 座標,其為這個 Y 結構之 HeightRectangleF 的總和。

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

屬性值

Single

Y 座標,其為這個 Y 結構之 HeightRectangleF 的總和。

屬性

備註

Bottom 代表矩形下邊緣第一個點的 Y 座標,該矩形未包含在矩形中。

適用於