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

属性值

XWidthRectangle 之和的 x 坐标。

属性

注解

属性的值 Right 表示矩形右边缘第一个点的 x 坐标,该点不包含在矩形中。

适用于