共用方式為


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) 。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於

另請參閱