Vcl.Imaging.GIFImg.TGIFRenderer.Disposal
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 アニメーションの描画時にカレントフレームのハンドルと他のものとを置き換える方法を示すために使われます。
関連項目