[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TfpgBaseInterpolation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A abstract class representing a base Interpolation filter.

Declaration

Source position: fpg_base.pas line 258

type TfpgBaseInterpolation = class(TfpgCustomInterpolation)

protected

  procedure Execute(); override;

  

  function Filter(); virtual; abstract;

  

  function MaxSupport; virtual; abstract;

  

public

  destructor Destroy; override;

  

end;

Inheritance

TfpgBaseInterpolation

  

A abstract class representing a base Interpolation filter.

|

TfpgCustomInterpolation

  

|

TObject

Description

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.

See also

Canvas.StretchDraw

  


Documentation generated on: 2010-08-30