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

TTiffImage

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

Declaration

Source position: graphics.pp line 1797

type TTiffImage = class(TFPImageBitmap)

protected

  procedure InitializeReader(); override;

  procedure InitializeWriter(); override;

  procedure FinalizeReader(); override;

protected

  class function GetReaderClass; override;

  class function GetWriterClass; override;

  class function GetSharedImageClass; override;

public

  constructor Create; override;

public

  class function GetFileExtensions; override;

public

  property Artist: String; [rw]

  property Copyright: String; [rw]

  property DateTime: TDateTime; [rw]

  property DocumentName: String; [rw]

  property HostComputer: String; [rw]

  property ImageDescription: String; [rw]

  property Make: String; [rw]

  property Model: String; [rw]

  property ResolutionUnit: TTiffUnit; [rw]

  property Software: String; [rw]

  property XResolution: TTiffRational; [rw]

  property YResolution: TTiffRational; [rw]

end;

Inheritance

TTiffImage

|

TFPImageBitmap

  

A class of Bitmap using the FPImage reader and writer (ie customised for FreePascal)

|

TCustomBitmap

  

TCustomBitMap - the base class for TBitmap

|

TRasterImage

  

TRasterImage - base class for a number of graphic controls, including TCustomBitmap and TCustomIcon, which use a raster of dots to display graphic information

|

TGraphic

  

TGraphic - Base class for dealing with Graphic images

|

TPersistent

|

TObject

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