TLinearResampler

Ancestors

TPersistent
   |
TNotifiablePersistent
   |
TCustomSampler
   |
TCustomResampler
   |
TBitmap32Resampler

Description

TLinearResampler implements a linear resampling algorithm. This algorithm is used only if the bounds of the destination bitmap is larger than the bounds of the source bitmap. Otherwise resampling is performed using the same method as in TKernelResampler.

Reference

Methods Properties Events
In TLinearResampler:
Create
Destroy
GetSample
PrepareSampling
In TBitmap32Resampler:
Changed Bitmap
GetSampleBounds PixelAccessMode
HasBounds TransformerClass
In TCustomResampler:
Resample Width
In TCustomSampler:
FinalizeSampling
In TNotifiablePersistent:
BeginUpdate UpdateCount OnChange
EndUpdate

See Also

Examples, TKernelResampler