Rectangle.Right 屬性

定義

取得 X 座標,其為這個 Rectangle 結構之 XWidth 屬性值的總和。

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

屬性值

X 座標,其為這個 XWidthRectangle 的總和。

屬性

備註

屬性的值 Right 代表矩形右邊緣之第一個點的 X 座標,該矩形未包含在矩形中。

適用於