RectangleF.Right 属性

定义

获取 x 坐标,该坐标是此 RectangleF 结构的 XWidth 之和。

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 结构的 WidthRectangleF 之和。

属性

注解

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

适用于