Point4D.Z プロパティ

定義

この Point4D 構造体の Z コンポーネントを取得または設定します。

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

プロパティ値

Double

この Point4D 構造体の Z コンポーネント。 既定値は 0 です。

適用対象