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

説明

GIF イメージのピクセル毎のビット数を指定します。

読み取り専用の BitsPerPixel プロパティは TGIFImage インスタンスが保持している GIF イメージのピクセル毎のビット数の最大値を表します。

関連項目