[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FPCanvas' (#fcl)

TFPBaseInterpolation

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

TFPBaseInterpolation - the default interpolation to be applied if no other is specified

Declaration

Source position: fpcanvas.pp line 172

type TFPBaseInterpolation = class(TFPCustomInterpolation)

protected

  procedure Execute(); override;

  

Execute the interpolation

  function Filter(); virtual;

  

Filter factor to be used in interpolating

  function MaxSupport; virtual;

  

MaxSupport factor for interpolation

end;

Inheritance

TFPBaseInterpolation

  

TFPBaseInterpolation - the default interpolation to be applied if no other is specified

|

TFPCustomInterpolation

  

TFPCustomInterpolation - FreePascal base class for interpolations while drawing in unspecified regions between specified points

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.