[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: graphics.pp line 1875
type TTiffImage = class(TFPImageBitmap) end; |
protected |
procedure InitializeReader(); override; |
procedure InitializeWriter(); override; |
procedure FinalizeReader(); override; |
class function GetReaderClass; override; |
class function GetWriterClass; override; |
class function GetSharedImageClass; override; |
public |
constructor Create; override; |
class function GetFileExtensions; override; |
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] |
| | ||
|
A class of Bitmap using the FPImage reader and writer (ie customised for FreePascal) |
|
| | ||
|
TCustomBitMap - the base class for TBitmap |
|
| | ||
|
TRasterImage - base class for a number of graphic controls, including TCustomBitmap and TCustomIcon, which use a raster of dots to display graphic information |
|
| | ||
|
TGraphic - Base class for dealing with Graphic images |
|
| | ||
TPersistent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |