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

TFPCustomImageHandler

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

Base class for image handlers.

Declaration

Source position: fpimage.pp line 181

type TFPCustomImageHandler = class

protected

  procedure Progress(); virtual;

  

Image processing progress event.

  property TheStream: TStream; [r]

  

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;

Inheritance

TFPCustomImageHandler

  

Base class for image handlers.

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.