Vcl.Graphics.TWICImageFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWICImageFormat = (wifBmp, wifPng, wifJpeg, wifGif, wifTiff, wifWMPhoto, wifOther);

C++

enum DECLSPEC_DENUM TWICImageFormat : unsigned char { wifBmp, wifPng, wifJpeg, wifGif, wifTiff, wifWMPhoto, wifOther };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

Enumerates the possible image formats for a WIC image.

TWICImageFormat enumerates the possible formats for a WIC image. TWICImageFormat has the values listed in the following table:



Value Meaning

wifBmp

Identifies a Bitmap image.

wifPng

Identifies a PNG image.

wifJpeg

Identifies a JPEG image.

wifGif

Identifies a GIF image.

wifTiff

Identifies a TIFF image.

wifWMPhoto

Identifies a Windows Media Photo image.

wifOther

Identifies an unknown image type.



See Also