Vcl.Graphics.TWICImage.ImagingFactory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property ImagingFactory: IWICImagingFactory read GetImagingFactory;

C++

/* static */ __property _di_IWICImagingFactory ImagingFactory = {read=GetImagingFactory};

Properties

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

Description

Provides access to the Windows IWICImagingFactory interface.

Read the value of the ImagingFactory property to obtain a IWICImagingFactory interface. The obtained IWICImagingFactory interface can be used to generate WIC IWicBitmap interfaces.

ImagingFactory is used internally, so avoid its public use.

See Also