次の方法で共有


CAAnimationDelegate_Extensions.AnimationStarted メソッド

定義

指定したアニメーションの開始時に呼び出されるメソッド。

public static void AnimationStarted (this CoreAnimation.ICAAnimationDelegate This, CoreAnimation.CAAnimation anim);
static member AnimationStarted : CoreAnimation.ICAAnimationDelegate * CoreAnimation.CAAnimation -> unit

パラメーター

This
ICAAnimationDelegate

このメソッドが動作するインスタンス。

anim
CAAnimation

開始したアニメーション。

適用対象