[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFPMemoryImage - FreePascal base class for an image held in memory
Source position: fpimage.pp line 164
type TFPMemoryImage = class(TFPCustomImage) |
||
protected |
||
procedure SetInternalPixel(); override; |
|
SetInternalPixel - specifies the integer location of a pixel described by its coordinates |
function GetInternalPixel(); override; |
|
GetInternalPixel - returns the integer location of the specified pixel |
public |
||
constructor create(); override; |
||
destructor destroy; override; |
||
procedure SetSize(); override; |
|
SetSize - specify the size of the Image |
end; |
|
TFPMemoryImage - FreePascal base class for an image held in memory |
|
| | ||
|
TFPCustomImage - FreePascal base definition for all Image classes |
|
| | ||
| | ||
TObject |
lazarus-ccr.sourceforge.net |