Vcl.Imaging.pngimage.TPngImage.Assign

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Assign(Source: TPersistent);{$IFDEF UseDelphi}override;{$ENDIF}

C++

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

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 another graphical object.

Call Assign to copy the image and the properties contained within a TPngImage or a TBitmap instance. If nil is passed to this method, the image contents are cleared.

See Also