Vcl.Graphics.TWICImage.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: IWicBitmap read GetHandle write SetHandle;

C++

__property _di_IWICBitmap Handle = {read=GetHandle, write=SetHandle};

Properties

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

Description

Provides access to the Windows IWicBitmap interface.

Use Handle to call a Windows API function that requires the IWicBitmap of a TWICImage object. You can change the value of the Handle property by assigning a new IWicBitmap to it. In this case, the stored image is destroyed and a new one is created using the provided interface.

See Also