Vcl.Imaging.pngimage.TPngImage.AssignTo

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure AssignTo(Dest: TPersistent);{$IFDEF UseDelphi}override;{$ENDIF}

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.pngimage.pas
Vcl.Imaging.pngimage.hpp
Vcl.Imaging.pngimage TPngImage

Description

Copies the properties and the contents of the image to another graphical object.

Call AssignTo to copy the image and the properties contained within a png image to another TPngImage or to a TBitmap instance.

See Also