Point4D.X 屬性

定義

取得或設定這個 Point4D 結構的 X 元件。

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

屬性值

這個 Point4D 結構的 X 元件。 預設值是 0

適用於