共用方式為


Rectangle.Right 屬性

定義

得到 x 座標,即此Rectangle結構與Width性質值的總和X

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 座標。

適用於