Vcl.Imaging.GIFImg.TGIFRenderer.PrevDisposal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PrevDisposal: TDisposalMethod read FPrevDisposal;

C++

__property TDisposalMethod PrevDisposal = {read=FPrevDisposal, 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 previous frame, when rendering a GIF animation.

The PrevDisposal property is used to specify how to handle the previous frame, when rendering a GIF animation.

See Also