CompositeTransform3D.RotationZ 属性

定义

获取或设置绕 z 轴逆时针旋转的角度(以度为单位)。

public:
 property double RotationZ { double get(); void set(double value); };
double RotationZ();

void RotationZ(double value);
public double RotationZ { get; set; }
var double = compositeTransform3D.rotationZ;
compositeTransform3D.rotationZ = double;
Public Property RotationZ As Double

属性值

Double

double

绕 z 轴旋转的角度,以逆时针方向的度数表示。 默认值为 0 度。

适用于