[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class for image handlers.
Source position: fpimage.pp line 181
type TFPCustomImageHandler = class |
||
protected |
||
procedure Progress(); virtual; |
|
Image processing progress event. |
|
The stream containing the image. |
|
property TheImage: TFPCustomImage; [r] |
|
The image being read or written. |
public |
||
constructor Create; virtual; |
||
property OnProgress: TFPImgProgressEvent; [rw] |
|
Progress event handler. |
end; |
|
Base class for image handlers. |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |