Vcl.Graphics.TWICImage.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AssignTo(Dest: TPersistent); override;

C++

virtual void __fastcall AssignTo(System::Classes::TPersistent* Dest);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Copies a TWICImage to a TBitmap.

Call AssignTo to copy a WIC image to a TBitmap object. AssignTo copies the WIC image to the Dest parameter if it is a TBitmap object. Otherwise, AssignTo fails.

See Also