IMILBitmapEffect
COMメソッド 3
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
vtbl 3 HRESULT GetOutput(DWORD uiIndex, IMILBitmapEffectRenderContext* pContext, IWICBitmapSource** ppBitmapSource)
| uiIndex | DWORD | in | 取得する出力のインデックスを指定する。 |
| pContext | IMILBitmapEffectRenderContext* | in | レンダリングに使用するレンダーコンテキストを指定する IMILBitmapEffectRenderContext インターフェイスへのポインタである。 |
| ppBitmapSource | IWICBitmapSource** | out | エフェクト適用後の出力ビットマップを表す IWICBitmapSource インターフェイスへのポインタを受け取る。 |
vtbl 4 HRESULT GetParentEffect(IMILBitmapEffectGroup** ppParentEffect)
| ppParentEffect | IMILBitmapEffectGroup** | out | このエフェクトを含む親エフェクトグループを表す IMILBitmapEffectGroup インターフェイスへのポインタを受け取る。 |
vtbl 5 HRESULT SetInputSource(DWORD uiIndex, IWICBitmapSource* pBitmapSource)
| uiIndex | DWORD | in | 入力ソースを設定する入力のインデックスを指定する。 |
| pBitmapSource | IWICBitmapSource* | in | 入力ソースとして設定するビットマップを表す IWICBitmapSource インターフェイスへのポインタである。 |