IDCompositionRotateTransform インターフェイス (dcomp.h)

z 軸を中心とするビジュアルの回転に影響を与える 2D 変換を表します。 座標系は、指定した中心点を中心に回転します。

継承

IDCompositionRotateTransform インターフェイスは、IDCompositionTransform から継承されます。 IDCompositionRotateTransform には、次の種類のメンバーもあります。

メソッド

IDCompositionRotateTransform インターフェイスには、これらのメソッドがあります。

 
IDCompositionRotateTransform::SetAngle

2D 回転変換の Angle プロパティの値を変更します。 Angle プロパティは、回転角度を指定します。
IDCompositionRotateTransform::SetAngle

2D 回転変換の Angle プロパティの値をアニメーション化します。 Angle プロパティは、回転角度を指定します。
IDCompositionRotateTransform::SetCenterX

2D 回転変換の CenterX プロパティの値を変更します。
IDCompositionRotateTransform::SetCenterX

2D 回転変換の CenterX プロパティの値をアニメーション化します。
IDCompositionRotateTransform::SetCenterY

2D 回転変換の CenterY プロパティの値を変更します。
IDCompositionRotateTransform::SetCenterY

2D 回転変換の CenterY プロパティの値をアニメーション化します。

解説

回転変換は、次の 3 対 3 行列を表します。

3 対 3 変換行列

その効果は、座標系を時計回りまたは反時計回りに回転させ、中心点が移動しないように対応する平行移動を適用することです。

要件

   
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー dcomp.h

関連項目

IDCompositionTransform

IDCompositionVisual::SetTransform