Vcl.Imaging.GIFImg.TGIFFrame.Merge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Merge(Previous: TGIFFrame);

C++

void __fastcall Merge(TGIFFrame* Previous);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Merges the current GIF frame with the previous frame.

Call Merge to merge another frame to the current one. Specify the frame you want merged with this frame as the Previous parameter. This operation does not end successfully unless the frames intersect.

See Also