共用方式為


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.RotationAngle 和 CompositionClip.RotationAngleInDegrees 都設定在相同的 CompositionClip 物件上,則最後設定的值將會覆寫其他值。

根據預設,剪輯上的 RotationAngleInDegrees 值為 (0, 0) 。

適用於

另請參閱