Class TFPMemoryImage
Unit
Declaration
type TFPMemoryImage = class(TFPCustomImage)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- TFPCustomImage
- TFPMemoryImage
Overview
Fields
| Protected | FData: PFPIntegerArray; |
Methods
| Protected | function GetInternalColor(x,y:integer):TFPColor; override; |
| Protected | procedure SetInternalColor(x,y:integer; const Value:TFPColor); override; |
| Protected | procedure SetUsePalette(Value:boolean); override; |
| Protected | procedure SetInternalPixel(x,y:integer; Value:integer); override; |
| Protected | function GetInternalPixel(x,y:integer) : integer; override; |
| Public | constructor create(AWidth,AHeight:integer); override; |
| Public | destructor destroy; override; |
| Public | procedure SetSize(AWidth, AHeight : integer); override; |
Description
Fields
| Protected | FData: PFPIntegerArray; |
|
This item has no description. | |
Methods
| Protected | function GetInternalColor(x,y:integer):TFPColor; override; |
|
This item has no description. | |
| Protected | procedure SetInternalColor(x,y:integer; const Value:TFPColor); override; |
|
This item has no description. | |
| Protected | procedure SetUsePalette(Value:boolean); override; |
|
This item has no description. | |
| Protected | procedure SetInternalPixel(x,y:integer; Value:integer); override; |
|
This item has no description. | |
| Protected | function GetInternalPixel(x,y:integer) : integer; override; |
|
This item has no description. | |
| Public | constructor create(AWidth,AHeight:integer); override; |
|
This item has no description. | |
| Public | destructor destroy; override; |
|
This item has no description. | |
| Public | procedure SetSize(AWidth, AHeight : integer); override; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.