FMX.Types3D.TTexture.BytesPerPixel

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

Delphi

property BytesPerPixel: Integer read GetBytesPerPixel;

C++

__property int BytesPerPixel = {read=GetBytesPerPixel, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TTexture

説明

このテクスチャのビット数を示します。

テクスチャのビット数は、使用されるピクセル形式によって異なります。使用されるピクセル形式は、PixelFormat プロパティで指定されます。

関連項目