FMX.Types.PixelFormatToString
Delphi
function PixelFormatToString(Format: TPixelFormat): string;
C++
extern DELPHI_PACKAGE System::UnicodeString __fastcall PixelFormatToString(TPixelFormat Format);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Convertit le format de pixel spécifié en chaîne lisible.
Format
spécifie le TPixelFormat à convertir.