FMX.Types.FindClosestPixelFormat

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FindClosestPixelFormat(Format: TPixelFormat; const FormatList: TPixelFormatList): TPixelFormat;

C++

extern DELPHI_PACKAGE TPixelFormat __fastcall FindClosestPixelFormat(TPixelFormat Format, System::Generics::Collections::TList__1<TPixelFormat>* const FormatList);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Renvoie le pixel depuis une liste spécifiée qui ressemble le plus au format de pixel donné.

Format spécifie le format de pixel auquel appliquer la recherche.

FormatList spécifie la liste des formats de pixel dans laquelle rechercher Format.

FindClosestPixelFormat recherche le format de pixel le plus proche de Format, si Format n'est pas dans la liste FormatList.

Voir aussi