Vcl.Imaging.GIFImg.TGIFImage.BitsPerPixel
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 イメージのピクセル毎のビット数の最大値を表します。
関連項目