Méthode IMILBitmapEffect::GetOutput (mileffects.h)
Obtient la sortie de l’effet.
Syntaxe
HRESULT GetOutput(
[in] ULONG uiIndex,
[in] IMILBitmapEffectRenderContext *pContext,
[out, retval] IWICBitmapSource **ppBitmapSource
);
Paramètres
[in] uiIndex
Type : ULONG
Index de sortie.
[in] pContext
Type : IMILBitmapEffectRenderContext*
Pointeur vers le contexte de rendu de l’effet.
[out, retval] ppBitmapSource
Type : IWICBitmapSource**
Pointeur qui reçoit un pointeur vers la sortie de l’effet.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows XP avec SP2, Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | mileffects.h |
Composant redistribuable | Microsoft .Net 3.0 |