Vcl.Imaging.GIFImg.TCustomGIFRenderer.BackgroundColor

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

Delphi

property BackgroundColor: TColor read FBackgroundColor write SetBackgroundColor;

C++

__property System::Uitypes::TColor BackgroundColor = {read=FBackgroundColor, write=SetBackgroundColor, nodefault};

プロパティ

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

説明

GIF の画像やアニメーションをレンダリングする際に使用する背景色を示します。

GIF の画像やアニメーションをレンダリングする際に使用する背景色を示すには、BackgroundColor プロパティを使用します。

BackgroundColor は、Windows の色の値(TColor 型)として読み書きされる必要があります。

関連項目