[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFPCustomInterpolation - FreePascal base class for interpolations while drawing in unspecified regions between specified points
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; |
|
TFPCustomInterpolation - FreePascal base class for interpolations while drawing in unspecified regions between specified points |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |