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

适用于