RectangleF.Bottom プロパティ

定義

この Y 構造体の HeightRectangleF の和である y 座標を取得します。

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 構造体の HeightRectangleF の和である y 座標。

属性

注釈

この値は Bottom 、四角形に含まれていない四角形の下端にある最初の点の y 座標を表します。

適用対象