FMX.Graphics.TBitmap.PixelFormat

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

Delphi

property PixelFormat: TPixelFormat read GetPixelFormat;

C++

__property Fmx::Types::TPixelFormat PixelFormat = {read=GetPixelFormat, nodefault};

プロパティ

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


説明

現在のビットマップ ピクセルの、内部ピクセル形式を取得します。

関連項目