CompositionClip.RotationAngle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
套用至剪輯的旋轉角度,以弧度為單位。
public:
property float RotationAngle { float get(); void set(float value); };
float RotationAngle();
void RotationAngle(float value);
public float RotationAngle { get; set; }
var single = compositionClip.rotationAngle;
compositionClip.rotationAngle = single;
Public Property RotationAngle As Single
屬性值
Single
float
套用至剪輯的旋轉角度,以弧度為單位。 針對 CompositionClip,旋轉的軸一律與 Z 軸有關,而正 RotationAngle 值會產生順時針旋轉,而負值會產生逆時針旋轉。 若要以度為單位指定 RotationAngle,請使用 CompositionClip.RotationAngleInDegrees。 如果在相同的CompositionClip物件上設定 RotationAngle 和CompositionClip.RotationAngleInDegrees,則最後設定的值將會覆寫其他值。
根據預設,剪輯上的 RotationAngle 值會 (0、0) 。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|