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。

適用於