FMX.Objects.TImage.DisableInterpolation

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property DisableInterpolation: Boolean read FDisableInterpolation write FDisableInterpolation default False;

C++

__property bool DisableInterpolation = {read=FDisableInterpolation, write=FDisableInterpolation, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TImage

Description

Active ou désactive l'interpolation de l'image bitmap affichée par ce composant TImage.

La propriété DisableInterpolation spécifie si l'interpolation est utilisée pendant le rendu de l'image bitmap affichée par ce composant TImage. Par défaut, DisableInterpolation est définie sur False.

L'image suivante montre la même image rendue une fois avec DisableInterpolation définie sur False et une fois avec DisableInterpolation définie sur True.

BitmapIntNoInt.png

Voir aussi