Vcl.Imaging.GIFImg.TGIFTextExtension.ForegroundColor

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

Delphi

property ForegroundColor: TColor read GetForegroundColor;

C++

__property System::Uitypes::TColor ForegroundColor = {read=GetForegroundColor, nodefault};

プロパティ

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

説明

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

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

関連項目