Vcl.Imaging.GIFImg.TGIFColorMap.Delete

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

Delphi

procedure Delete(Index: integer);

C++

void __fastcall Delete(int Index);

プロパティ

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

説明

指定されたインデックスの色を Colors 配列から削除します。

Delete を呼び出すと、Index 引数で指定したインデックスの色を Colors 配列から削除することができます。