RectangleF.Right 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此X结构的总和Width和RectangleF的 x 坐标。
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结构之和WidthRectangleF的 x 坐标。
- 属性
注解
该值 Right 表示矩形右边缘第一个点的 x 坐标,该点不包含在矩形中。