Méthode IWICBitmapLock ::GetPixelFormat (wincodec.h)
Obtient le format de pixel de pour la zone verrouillée de pixels. Cela peut être utilisé pour calculer le nombre d’octets par pixel dans la zone verrouillée.
Syntaxe
HRESULT GetPixelFormat(
[out] WICPixelFormatGUID *pPixelFormat
);
Paramètres
[out] pPixelFormat
Type : WICPixelFormatGUID*
Pointeur qui reçoit le GUID de format de pixel de la zone verrouillée.
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 |