Vcl.Graphics.TWICImageEx

Delphi
TWICImageEx = class(TWICImage)
C++
class PASCALIMPLEMENTATION TWICImageEx : public TWICImage
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.
Vcl.Graphics.TWICImageEx inherits from Vcl.Graphics.TWICImage. All content below this line refers to Vcl.Graphics.TWICImage.
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.