Rectangle.Right 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 座標,其為這個 X 之 Width 和 Rectangle 的總和。
- 屬性
備註
Right屬性值代表矩形右邊緣之第一個點的 X 座標,該矩形未包含在矩形中。