[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
PixMap - a class derived from TBitMap , with wrapper to deal specifically with PixMaps (ie using 'XPM' format)
Source position: graphics.pp line 1357
type TPixmap = class(TFPImageBitmap) |
||
protected |
||
function GetReaderClass; override; |
|
|
function GetWriterClass; override; |
|
|
function GetSharedImageClass; override; |
|
|
public |
||
function LazarusResourceTypeValid(); override; |
|
LazarusResourceTypeValid - checks that specified resource has correct format |
function GetFileExtensions; override; |
|
|
end; |
|
PixMap - a class derived from TBitMap , with wrapper to deal specifically with PixMaps (ie using 'XPM' format) |
|
| | ||
|
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 |
|
| | ||
|
Base class for dealing with Graphic images |
|
| | ||
| | ||
TObject |
PixMap - Checks that specified resources (PixMap image, File for storage, Stream for writing) are of correct type and format, organises saving and writing
lazarus-ccr.sourceforge.net |