Vcl.Imaging.GIFImg.TGIFColorMap.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 TGIFColorMap

Description

Copies the contents of another TGIFColorMap instance into the current instance.

Call Assign to copy the properties of another instance of TGIFColorMap, specified through the Source argument, into the current instance.

The properties that are copied include the color map and the Optimized property of the given TGIFColorMap instance.

See Also