次の方法で共有


CAnimationRect クラス

四角形の 4 辺をアニメーション化できる機能を実装します。

class CAnimationRect : public CAnimationBaseObject;

メンバー

Gg466504.collapse_all(ja-jp,VS.110).gifパブリック コンストラクター

名前

説明

CAnimationRect::CAnimationRect

オーバーロードされます。アニメーションの rect オブジェクトを構築します。

Gg466504.collapse_all(ja-jp,VS.110).gifパブリック メソッド

名前

説明

CAnimationRect::AddTransition

上下左右の座標の遷移を追加します。

CAnimationRect::GetBottom

下座標を表す CAnimationVariable にアクセスできるようにします。

CAnimationRect::GetDefaultValue

四角形の境界の既定値を返します。

CAnimationRect::GetLeft

左座標を表す CAnimationVariable にアクセスできるようにします。

CAnimationRect::GetRight

右座標を表す CAnimationVariable にアクセスできるようにします。

CAnimationRect::GetTop

上座標を表す CAnimationVariable にアクセスできるようにします。

CAnimationRect::GetValue

現在の値を返します。

CAnimationRect::SetDefaultValue

既定値を設定します。

Gg466504.collapse_all(ja-jp,VS.110).gifプロテクト メソッド

名前

説明

CAnimationRect::GetAnimationVariableList

カプセル化されたアニメーション変数をリストに格納します。(CAnimationBaseObject::GetAnimationVariableList をオーバーライドします)。

Gg466504.collapse_all(ja-jp,VS.110).gifパブリック演算子

名前

説明

CAnimationRect::operator RECT

CAnimationRect を RECT に変換します。

CAnimationRect::operator=

CAnimationRect に rect を割り当てます。

Gg466504.collapse_all(ja-jp,VS.110).gifパブリック データ メンバー

名前

説明

CAnimationRect::m_bFixedSize

四角形が固定サイズかどうかを示します。

Gg466504.collapse_all(ja-jp,VS.110).gifプロテクト データ メンバー

名前

説明

CAnimationRect::m_bottomValue

アニメーションの四角形の下境界を表すカプセル化されたアニメーション変数。

CAnimationRect::m_leftValue

アニメーションの四角形の左境界を表すカプセル化されたアニメーション変数。

CAnimationRect::m_rightValue

アニメーションの四角形の右境界を表すカプセル化されたアニメーション変数。

CAnimationRect::m_szInitial

アニメーションの四角形の初期サイズを指定します。

CAnimationRect::m_topValue

アニメーションの四角形の上境界を表すカプセル化されたアニメーション変数。

解説

CAnimationRect クラスは、4 つの CAnimationVariable オブジェクトをカプセル化し、アプリケーションで四角形を表すことができます。このクラスをアプリケーションで使用するには、このクラスのオブジェクトをインスタンス化し、CAnimationController::AddAnimationObject を使用してアニメーション コントローラーに追加し、上下左右の座標に適用する遷移ごとに AddTransition を呼び出します。

継承階層

CObject

CAnimationBaseObject

CAnimationRect

必要条件

ヘッダー: afxanimationcontroller.h

参照

その他の技術情報

MFC クラス