Vcl.Graphics.TWICImage

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.TGraphicSystem.Classes.TInterfacedPersistentSystem.Classes.TPersistentSystem.TObjectTWICImage

Delphi

TWICImage = class (TGraphic)

C++

class PASCALIMPLEMENTATION TWICImage : public TGraphic

Properties

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

Description

TWICImage is an encapsulation of a Microsoft Windows Imaging Component.

A TWICImage is an encapsulation of a Microsoft Windows Imaging Component. A WIC image is a container that allows loading a large variety of image formats. You can use an instance of TWICImage to load, store, and display Bitmap, JPEG, PNG, GIF, TIFF, or any other file format registered using the WIC API.

TWICImage relies on DirectX runtime.

See Also