Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.GetDisposal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDisposal: TDisposalMethod;

C++

TDisposalMethod __fastcall GetDisposal();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFGraphicControlExtension

Description

Returns the disposal method used when rendering GIF frames.

The GetDisposal method returns the disposal method used when rendering GIF frames.

See Also