Vcl.Imaging.GIFImg.TGIFFrame.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 TGIFFrame

説明

画像のカラーマップのピクセル毎のビット数を示します。

BitsPerPixel は画像のカラーマップのピクセル毎のビット数を示します。

関連項目