Vcl.Imaging.GIFImg.TGIFRenderer.Disposal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Disposal: TDisposalMethod read FDisposal;

C++

__property TDisposalMethod Disposal = {read=FDisposal, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFRenderer

Description

Specifies the disposal method for the current frame, when rendering a GIF animation.

The Disposal property is used to specify how to handle the current frame when replacing it with another one, when rendering a GIF animation.

See Also