Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.Disposal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Disposal: TDisposalMethod read GetDisposal  write SetDisposal;

C++

__property TDisposalMethod Disposal = {read=GetDisposal, write=SetDisposal, nodefault};

Properties

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

Description

Specifies the disposal method used when rendering GIF frames.

The Disposal property specifies the disposal method used when rendering GIF frames.

See Also