Vcl.Imaging.GIFImg.TGIFImage.DrawBackgroundColor

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

Delphi

property DrawBackgroundColor: TColor read FDrawBackgroundColor write FDrawBackgroundColor;

C++

__property System::Uitypes::TColor DrawBackgroundColor = {read=FDrawBackgroundColor, write=FDrawBackgroundColor, nodefault};

プロパティ

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

説明

Specifies the Windows background color to use when displaying the GIF images. GIF イメージが表示されるときに使われるWindowsの背景色を指定します。

DrawBackgroundColor プロパティは TGIFImage インスタンスが保持している GIF イメージが 表示されるときに使われる Windows の背景色を指定します。

関連項目