Vcl.Imaging.GIFImg.TGIFTextExtension.BackgroundColor

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

Delphi

property BackgroundColor: TColor read GetBackgroundColor;

C++

__property System::Uitypes::TColor BackgroundColor = {read=GetBackgroundColor, nodefault};

プロパティ

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

説明

グラフィックスとしてテキストデータを描画するときの背景用に使われる色を指定します。

BackgroundColor プロパティは BackgroundColorIndex で GIF のカラーマップ中から見つかる色を示します。

関連項目