IDCompositionDevice::CreateRotateTransform3D メソッド (dcomp.h)

3D 回転変換オブジェクトを作成します。

構文

HRESULT CreateRotateTransform3D(
  [out] IDCompositionRotateTransform3D **rotateTransform3D
);

パラメーター

[out] rotateTransform3D

種類: IDCompositionRotateTransform3D**

新しい 3D 回転変換オブジェクト。 このパラメーターを NULL にすることはできません。

戻り値

型: HRESULT

関数が成功した場合は、S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。 エラー コードの一覧については、「 DirectComposition エラー コード 」を参照してください。

注釈

新しい 3D 回転変換オブジェクトの既定の静的値は、Angle、CenterX、CenterY、AxisX、AxisY の各プロパティに対して 0 で、AxisZ プロパティの既定値は 1.0 です。

要件

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

こちらもご覧ください

IDCompositionDevice

IDCompositionEffectGroup::SetTransform

IDCompositionVisual::SetEffect