CompositionClip.RotationAngleInDegrees 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于剪辑的旋转角度(以度为单位)。
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) 。