[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 290
type TfpgBaseInterpolation = class(TfpgCustomInterpolation) |
protected |
procedure Execute(); override; |
function Filter(); virtual; abstract; |
function MaxSupport; virtual; abstract; |
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.