ホーム › Graphics.DirectComposition › IDCompositionSkewTransform
IDCompositionSkewTransform
COMメソッド 8
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
vtbl 3 HRESULT SetAngleX(IDCompositionAnimation* animation)
| animation | IDCompositionAnimation* | in | X方向せん断角を駆動するアニメーションへのポインタ。 |
vtbl 4 HRESULT SetAngleX(FLOAT angleX)
| angleX | FLOAT | in | X方向のせん断角度(度)。 |
vtbl 5 HRESULT SetAngleY(IDCompositionAnimation* animation)
| animation | IDCompositionAnimation* | in | Y方向せん断角を駆動するアニメーションへのポインタ。 |
vtbl 6 HRESULT SetAngleY(FLOAT angleY)
| angleY | FLOAT | in | Y方向のせん断角度(度)。 |
vtbl 7 HRESULT SetCenterX(IDCompositionAnimation* animation)
| animation | IDCompositionAnimation* | in | せん断中心X座標を駆動するアニメーションへのポインタ。 |
vtbl 8 HRESULT SetCenterX(FLOAT centerX)
| centerX | FLOAT | in | せん断の中心点X座標(DIP)。 |
vtbl 9 HRESULT SetCenterY(IDCompositionAnimation* animation)
| animation | IDCompositionAnimation* | in | せん断中心Y座標を駆動するアニメーションへのポインタ。 |
vtbl 10 HRESULT SetCenterY(FLOAT centerY)
| centerY | FLOAT | in | せん断の中心点Y座標(DIP)。 |