[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_base.pas line 245
type TfpgCustomInterpolation = class(TObject) |
||
protected |
||
procedure Initialize(); virtual; |
|
|
procedure Execute(); virtual; abstract; |
|
|
public |
||
property Canvas: TfpgCanvasBase; [r] |
|
|
property Image: TfpgImageBase; [r] |
|
|
end; |
|
||
| | ||
TObject |