次の方法で共有


IDCompositionDevice3::CreateAffineTransform2DEffect メソッド (dcomp.h)

IDCompositionAffineTransform2DEffect のインスタンスを作成します。

構文

HRESULT CreateAffineTransform2DEffect(
  [out] IDCompositionAffineTransform2DEffect **affineTransform2dEffect
);

パラメーター

[out] affineTransform2dEffect

型: IDCompositionAffineTransform2DEffect**

IDCompositionAffineTransform2DEffect の作成されたインスタンスを取得します。

戻り値

型: HRESULT

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
対象プラットフォーム Windows
ヘッダー dcomp.h
Library Dcomp.lib
[DLL] Dcomp.dll

こちらもご覧ください

IDCompositionDevice3