FMX.Objects.TImage.DisableInterpolation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisableInterpolation: Boolean read FDisableInterpolation write FDisableInterpolation default False;

C++

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

Properties

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

Description

Enables or disables the interpolation of the bitmap image displayed by this TImage component.

The DisableInterpolation property specifies whether the interpolation is used while rendering the bitmap image displayed by this TImage component. By default, DisableInterpolation is set to False.

The following picture shows the same image rendered once with DisableInterpolation set to False and once with DisableInterpolation set to True.

BitmapIntNoInt.png

See Also