Vcl.Imaging.GIFImg.TCustomGIFRenderer.SetBackgroundColor

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

Delphi

procedure SetBackgroundColor(const Value: TColor); virtual;

C++

virtual void __fastcall SetBackgroundColor(const System::Uitypes::TColor Value);

プロパティ

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

説明

BackgroundColor プロパティの値を設定します。

SetBackgroundColor を呼び出すと、BackgroundColor プロパティに Value 引数によって指定された値を設定できます。

関連項目