Vcl.Graphics.TWICImage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TWICImage();

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Instantiates a TWICImage object.

Call Create to instantiate a TWICImage object at run time. Create is also called automatically when a WIC image is loaded into a TImage.

See Also