PointF.X 屬性

定義

取得或設定這個 PointF 的 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

屬性值

Single

這個 PointF 的 X 座標。

適用於