Vcl.Imaging.GIFImg.TGIFImage.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.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Copies an image to the TGIFImage object.

Assign copies the image contained in Source to the TGIFImage object. If Source is not a GIF image, Assign calls the inherited Assign method, which can copy an image from any class that knows how to copy to a TGIFImage object.

See Also