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

TFPCustomImageHandler

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

TFPCustomImageHandler FreePascal base class for handling images

Declaration

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

  property TheStream: TStream; [r]

  

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;

Inheritance

TFPCustomImageHandler

  

TFPCustomImageHandler FreePascal base class for handling images

|

TObject

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