Vcl.Imaging.GIFImg.TGIFHeader.Clear

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

Delphi

procedure Clear;

C++

void __fastcall Clear();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

説明

GIF ヘッダーを作成します。

TGIFHeader インスタンスに保持された GIF ヘッダーを 初期化するために Clear を呼び出してください。

To be more precise, the Clear method clears the following properties: 具体的には、Clear メソッドは 次のプロパティを初期化します: ColorMapWidthHeightBackgroundColorIndexAspectRatio

関連項目