[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: graphics.pp line 1846
type TGIFImage = class(TFPImageBitmap) |
protected |
procedure InitializeReader(); override; |
procedure FinalizeReader(); override; |
protected |
class function GetReaderClass; override; |
class function GetSharedImageClass; override; |
public |
constructor Create; override; |
public |
class function IsStreamFormatSupported(); override; |
class function GetFileExtensions; override; |
public |
property Transparent: Boolean; [r] |
property Interlaced: Boolean; [r] |
property BitsPerPixel: Byte; [r] |
end; |
| | ||
|
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 |
|
| | ||
| | ||
lazarus-ccr.sourceforge.net |