Méthode IWICBitmapFrameEncode ::SetSize (wincodec.h)
Définit les dimensions de l’image de sortie pour le cadre.
Syntaxe
HRESULT SetSize(
[in] UINT uiWidth,
[in] UINT uiHeight
);
Paramètres
[in] uiWidth
Type : UINT
Largeur de l’image de sortie.
[in] uiHeight
Type : UINT
Hauteur de l’image de sortie.
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
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP avec SP2, Windows Vista [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | wincodec.h |
Bibliothèque | Windowscodecs.lib |
DLL | Windowscodecs.dll |