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

适用于