Vcl.Graphics.TWICImage.InterpolationMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InterpolationMode: TWICImageInterpolationMode read FInterpolationMode write SetInterpolationMode;

C++

__property TWICImageInterpolationMode InterpolationMode = {read=FInterpolationMode, write=SetInterpolationMode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage

Description

Allows to scale an image in different modes.

The InterpolationMode allows you to specify an interpolation mode used to scale an image.

TWICImage supports the following modes:

  • wipmNone
  • wipmHighQualityCubic
  • wipmFant
  • wipmCubic
  • wipmLinear
  • wipmNearestNeighbor.