Vcl.Graphics.TWICImageFormat
Delphi
TWICImageFormat = (wifBmp, wifPng, wifJpeg, wifGif, wifTiff, wifWMPhoto, wifOther);
C++
enum DECLSPEC_DENUM TWICImageFormat : unsigned char { wifBmp, wifPng, wifJpeg, wifGif, wifTiff, wifWMPhoto, wifOther };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
Enumère les formats d'image possibles pour une image WIC.
TWICImageFormat énumère les formats possibles pour une image WIC. TWICImageFormat a les valeurs listées dans le tableau suivant :
| Valeur | Signification |
|---|---|
|
wifBmp |
Identifie une image Bitmap. |
|
wifPng |
Identifie une image PNG. |
|
wifJpeg |
Identifie une image JPEG. |
|
wifGif |
Identifie une image GIF. |
|
wifTiff |
Identifie une image TIFF. |
|
wifWMPhoto |
Identifie une image Windows Media Photo. |
|
wifOther |
Identifie un type d'image inconnu. |