Vcl.Imaging.pngimage.TPngImage.AssignPNG

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure AssignPNG(Source: TPngImage);

C++

void __fastcall AssignPNG(TPngImage* Source);

Properties

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

Description

Copies the properties and the contents of another TPngImage object.

AssignPNG is used internally by the TPngImage class. AssignPNG copies the image and the properties contained within another TPngImage instance.

See Also