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