IMILBitmapEffect::GetOutput メソッド (mileffects.h)
効果の出力を取得します。
構文
HRESULT GetOutput(
[in] ULONG uiIndex,
[in] IMILBitmapEffectRenderContext *pContext,
[out, retval] IWICBitmapSource **ppBitmapSource
);
パラメーター
[in] uiIndex
種類: ULONG
出力インデックス。
[in] pContext
種類: IMILBitmapEffectRenderContext*
効果のレンダリング コンテキストへのポインター。
[out, retval] ppBitmapSource
種類: IWICBitmapSource**
効果の出力へのポインターを受け取るポインター。
戻り値
型: HRESULT
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
サポートされている最小のクライアント | WINDOWS XP と SP2、Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | mileffects.h |
再頒布可能パッケージ | Microsoft .Net 3.0 |