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

TLazWriterXPM

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

TLazWriterXPM is a FPImage writer for xpm images.

Declaration

Source position: intfgraphics.pas line 421

type TLazWriterXPM = class(TFPCustomImageWriter)

protected

  procedure InternalWrite(); override;

  

public

  constructor Create; override;

  

Constructor for the class instance.

  property NibblesPerSample: Word; [rw]

  

end;

Inheritance

TLazWriterXPM

  

TLazWriterXPM is a FPImage writer for xpm images.

|

TObject