Vcl.Graphics.TWICImage.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

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

Description

Copies an existing TWICImage or TBitmap into this TWICImage.

Call Assign to copy all the properties and the enclosed image from another TWICImage or TBitmap.

See Also