共用方式為


AnimationDescription(AnimationEffect, AnimationEffectTarget) 建構函式

定義

建立具有特定動畫和目標的 AnimationDescription 物件。

public:
 AnimationDescription(AnimationEffect effect, AnimationEffectTarget target);
 AnimationDescription(AnimationEffect const& effect, AnimationEffectTarget const& target);
public AnimationDescription(AnimationEffect effect, AnimationEffectTarget target);
function AnimationDescription(effect, target)
Public Sub New (effect As AnimationEffect, target As AnimationEffectTarget)

參數

effect
AnimationEffect

要套用至目標的動畫效果。

target
AnimationEffectTarget

動畫效果的目標。

備註

請務必注意,並非所有目標對所有動畫效果都有效。 如果效果不支援指定的目標,方法將會失敗。

呼叫此方法時,會擷取 AnimationDescription 物件的屬性。 如果使用者變更動畫設定,原始擷取的值將會繼續由在變更之前建立的任何 AnimationDescription 物件傳回。 若要確保您透過這個類別的方法擷取的屬性符合目前使用中的設定,請在使用之前立即呼叫此方法來建構物件。

因為 AnimationDescription 物件的所有屬性會在建構時擷取,所以物件本身是不可變的,而且可以自由封送處理。

適用於

另請參閱