RectangleF.Right プロパティ

定義

この X 構造体の WidthRectangleF の和である x 座標を取得します。

public:
 property float Right { float get(); };
[System.ComponentModel.Browsable(false)]
public float Right { get; }
public float Right { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Right : single
member this.Right : single
Public ReadOnly Property Right As Single

プロパティ値

この X 構造体の WidthRectangleF の和である x 座標。

属性

注釈

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

適用対象