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

プロパティ値

このY構造体のHeightRectangleFの合計である y 座標。

属性

注釈

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

適用対象