| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A abstract class representing a base Interpolation filter.
Source position: fpg_base.pas line 313
| type TfpgBaseInterpolation = class(TfpgCustomInterpolation) | 
| public | 
| destructor Destroy; override; | 
| end; | 
| 
 | A abstract class representing a base Interpolation filter. | |
| | | ||
| | | ||
| TObject | 
This is used as the base class to implement Interpolation filters like Gaussian, Sinc etc... These decendant filters are used in the Canvas.StretchDraw function.
| 
 | Allows you to draw a bitmap, stretched or shrunken from its original size |