Point4D.Y 屬性

定義

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

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

屬性值

Double

這個 Point4D 結構的 Y 元件。 預設值為 0

適用於