Vcl.Graphics.TWICImage.InterpolationMode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property InterpolationMode: TWICImageInterpolationMode read FInterpolationMode write SetInterpolationMode;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TWICImage


説明

さまざまなモードで画像を拡大縮小できます。

InterpolationMode を使用すると、画像の拡大縮小に使用する補間モードを使用できます。

TWICImage では次のモードがサポートされています:

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