[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TPortableAnyMapGraphic - a PAM graphic image
Source position: graphics.pp line 1505
type TPortableAnyMapGraphic = class(TFPImageBitmap) |
||
class function GetReaderClass; override; |
|
GetReaderClass - returns the class of reader for acquiring data from a stream |
class function GetWriterClass; override; |
|
GetWriterClass - returns the class of writer for storing data to a stream |
class function GetSharedImageClass; override; |
|
GetSharedImageClass - returns the class of Shared Raster Image |
class function IsStreamFormatSupported(); override; |
||
class function GetFileExtensions; override; |
|
GetFileExtensions - returns a list of the file extensions available |
end; |
|
TPortableAnyMapGraphic - a PAM graphic image |
|
| | ||
|
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 |