Méthode IWICBitmapSource::GetSize (wincodec.h)
Récupère la largeur et la hauteur de pixels de l’image bitmap.
Syntaxe
HRESULT GetSize(
[out] UINT *puiWidth,
[out] UINT *puiHeight
);
Paramètres
[out] puiWidth
Type : UINT*
Pointeur qui reçoit la largeur de pixels de la bitmap.
[out] puiHeight
Type : UINT*
Pointeur qui reçoit la hauteur de pixels de la bitmap
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 | 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 |