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

TTGAImage

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

Declaration

Source position: graphics.pp line 1939

type TTGAImage = class(TFPImageBitmap)

protected

  class function GetReaderClass; override;

  class function GetWriterClass; override;

  class function GetSharedImageClass; override;

public

  class function GetFileExtensions; override;

end;

Inheritance

TTGAImage

|

TFPImageBitmap

  

Implements a Bitmap using the FPImage reader and writer from the FCL.

|

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

  

Abstract base class used for images in supported image formats.

|

TObject



CT Web help

CodeTyphon Studio