CompositionObject.StartAnimationGroupWithIAnimationObject 方法

定義

在指定的目標上啟動動畫群組。

public:
 static void StartAnimationGroupWithIAnimationObject(IAnimationObject ^ target, ICompositionAnimationBase ^ animation);
 static void StartAnimationGroupWithIAnimationObject(IAnimationObject const& target, ICompositionAnimationBase const& animation);
public static void StartAnimationGroupWithIAnimationObject(IAnimationObject target, ICompositionAnimationBase animation);
function startAnimationGroupWithIAnimationObject(target, animation)
Public Shared Sub StartAnimationGroupWithIAnimationObject (target As IAnimationObject, animation As ICompositionAnimationBase)

參數

target
IAnimationObject

物件,定義要產生動畫效果的屬性。

animation
ICompositionAnimationBase

要與指定屬性產生關聯的動畫。

適用於