Unit 'IntfGraphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TLazReaderBMP

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

TLazReaderBMP - This is an improved FPImage reader for bmp images.

Declaration

Source position: intfgraphics.pas line 529

type TLazReaderBMP = class(TLazReaderDIB)

protected

  function InternalCheck(); override;

  

  procedure InternalReadHead; override;

  

Performs actions needed to read the header for the bitmap and return the width and height as a TPoint value.

  class function InternalSize(); override;

end;

Inheritance

TLazReaderBMP

  

TLazReaderBMP - This is an improved FPImage reader for bmp images.

|

TLazReaderDIB

  

|

TObject,ILazImageReader


Version 4.4 Generated 2025-11-08 Home