Vcl.Imaging.GIFImg.TGIFRenderer.Disposal

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Disposal: TDisposalMethod read FDisposal;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFRenderer

説明

GIF アニメーションの描画時に現在のフレームを処分するためのメソッドを表します。

Disposal プロパティは GIF アニメーションの描画時にカレントフレームのハンドルと他のものとを置き換える方法を示すために使われます。

関連項目