Declaration ​
pascal
TKernelResampler = class(TCustomResampler)Description ​
TKernelResampler resamples bitmaps using an arbitrary TCustomKernel descendant (such as TLanczosKernel, TCubicKernel, or TMitchellKernel).
It supports dynamic evaluation as well as nearest and linear weight lookup tables (TKernelMode) for high performance.