RectangleF.X 属性

定义

获取或设置此 RectangleF 结构左上角的 x 坐标。

public:
 property float X { float get(); void set(float value); };
public float X { get; set; }
member this.X : single with get, set
Public Property X As Single

属性值

RectangleF 结构左上角的 x 坐标。 默认值为 0。

适用于