CompositionClip.RotationAngleInDegrees 属性

定义

应用于剪辑的旋转角度(以度为单位)。

public:
 property float RotationAngleInDegrees { float get(); void set(float value); };
float RotationAngleInDegrees();

void RotationAngleInDegrees(float value);
public float RotationAngleInDegrees { get; set; }
var single = compositionClip.rotationAngleInDegrees;
compositionClip.rotationAngleInDegrees = single;
Public Property RotationAngleInDegrees As Single

属性值

Single

float

应用于剪辑的旋转角度(以度为单位)。 对于 CompositionClip,旋转轴始终与 z 轴有关,正 RotationAngleInDegrees 值导致顺时针旋转,负值导致逆时针旋转。 若要以弧度为单位指定 RotationAngle,请使用 CompositionClip.RotationAngle。 如果在同一 CompositionClip 对象上同时设置了 CompositionClip.RotationAngle 和 CompositionClip.RotationAngleInDegrees,则最后设置的值都将替代其他值。

默认情况下,剪辑上的 RotationAngleInDegrees 值为 (0, 0) 。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于

另请参阅