次の方法で共有


CAnimationColor::GetAnimationVariableList

カプセル化されたアニメーション変数をリストに格納します。

virtual void GetAnimationVariableList(
   CList<CAnimationVariable*,
   CAnimationVariable*>& lst
);

パラメーター

  • lst
    この関数から制御が戻るときに、赤、緑、および青の各要素を表す 3 つの CAnimationVariable オブジェクトへのポインターが格納されます。

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CAnimationColor クラス