[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFPCustomImageHandler FreePascal base class for handling images
Source position: fpimage.pp line 179
type TFPCustomImageHandler = class |
||
protected |
||
procedure Progress(); virtual; |
|
Progress - method for displaying the progress of a drawing or painting action |
|
TheStream from or to which the image is being read or written |
|
property TheImage: TFPCustomImage; [r] |
|
TheImage which is being read or written |
public |
||
constructor Create; virtual; |
||
property OnProgress: TFPImgProgressEvent; [rw] |
|
OnProgress event handler for showing progress of drawing or painting |
end; |
|
TFPCustomImageHandler FreePascal base class for handling images |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |