Vcl.Imaging.GIFImg.TGIFColorMap.BitsPerPixel

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

Delphi

property BitsPerPixel: integer read GetBitsPerPixel;

C++

__property int BitsPerPixel = {read=GetBitsPerPixel, nodefault};

プロパティ

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

説明

TGIFColorMap オブジェクトに格納されたカラー マップの 1 ピクセルあたりのビット数を示します。

BitsPerPixel は、TGIFColorMap オブジェクトに格納されたカラー マップの 1 ピクセルあたりのビット数を示す、読み取り専用のプロパティです。

関連項目