次の方法で共有


Rectangle.Bottom プロパティ

定義

このRectangle構造体のYHeightプロパティ値の合計である 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に含まれていないRectangleの下端にある最初の点の y 座標を表します。

適用対象