StretchFilter

Graphics32

TBitmap32.StretchFilter

property StretchFilter: TStretchFilter;

type TStretchFilter = (sfNearest, sfDraft, sfLinear, sfCosine, sfSpline, sfLanczos, sfMitchell);

Description

This property is deprecated as of version 1.8 of Graphics32. Please use Resampler and ResamplerClassName instead.

StretchFilter specifies color interpolation method for image stretching as well as for some other operations, like linear transformations. Some functions (transformations, for example) can interpolate only using the sfNearest and sfLinear filters, other values will be implicitly processed as sfLinear.

See Also

Draw, TStretchFilter