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 };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
enum | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
説明
WIC 画像に設定可能な画像形式を列挙します。
TWICImageFormat は WIC 画像に設定可能な形式を列挙します。TWICImageFormat には以下の値を指定できます。
値 | 意味 |
---|---|
wifBmp |
ビットマップ画像を示します。 |
wifPng |
PNG 画像を示します。 |
wifJpeg |
JPEG 画像を示します。 |
wifGif |
GIF 画像を示します。 |
wifTiff |
TIFF 画像を示します。 |
wifWMPhoto |
Windows Media Photo 画像を示します。 |
wifOther |
不明な画像タイプを示します。 |