FMX.Types.PixelFormatToString

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

Delphi

function PixelFormatToString(Format: TPixelFormat): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall PixelFormatToString(TPixelFormat Format);

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

説明

指定されたピクセル形式を判読可能な文字列に変換します。


Format は、変換される TPixelFormat を指定します。

関連項目