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

属性值

Double

Point4D 结构的 X 组件。 默认值为 0

适用于