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

TFPCustomInterpolation

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

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

Declaration

Source position: fpcanvas.pp line 158

type TFPCustomInterpolation = class

protected

  procedure Initialize(); virtual;

  

Initialize - the image ready to apply interpolation

  procedure Execute(); virtual; abstract;

  

Execute the interpolation

public

  property Canvas: TFPCustomCanvas; [r]

  

The Canvas on which the interpolation is to be applied

  property Image: TFPCustomImage; [r]

  

The Image to which the interpolation is to be applied

end;

Inheritance

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.