Vcl.Imaging.GIFImg.TGIFFrame.GetBitsPerPixel

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

Delphi

function GetBitsPerPixel: integer;

C++

int __fastcall GetBitsPerPixel();

プロパティ

種類 可視性 ソース ユニット
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

説明

BitsPerPixel プロパティの値を返します。

GetBitsPerPixelBitsPerPixel プロパティの値を取得するために、 TGIFColorMap クラスの同名のメソッドを呼び出す protected メソッドです。

関連項目