Rectangle.Bottom プロパティ

定義

この Rectangle 構造体の Y プロパティ値と 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

プロパティ値

この RectangleYHeight の和である y 座標。

属性

注釈

プロパティの Bottom 値は、 に含まれていない の下端にある最初の点の Rectangle y 座標を Rectangle表します。

適用対象