[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'IntfGraphics' (#lcl)

TLazReaderDIB

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

Declaration

Source position: intfgraphics.pas line 439

type TLazReaderDIB = class(TFPCustomImageReader)

protected

  function QueryInterface();

  function _AddRef;

  function _Release;

  procedure SetupRead(); virtual;

  procedure ReadScanLine(); virtual;

  procedure WriteScanLine(); virtual;

  procedure InternalRead(); override;

  procedure InternalReadHead;

  procedure InternalReadBody;

  function InternalCheck(); override;

  property ReadSize: Integer; [r]

  property LineBuf: PByte; [r]

  property BFI: TBitMapInfoHeader; [r]

  property IsRLE: Boolean; [r]

public

  constructor Create; override;

  destructor Destroy; override;

  property MaskColor: TFPColor; [rw]

  property MaskMode: TLazReaderMaskMode; [rw]

  property UpdateDescription: Boolean; [rw]

end;

Inheritance

TLazReaderDIB

|

TFPCustomImageReader

?

TObject