[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpg_main.pas line 141
type TfpgImage = class(TfpgImageImpl) |
public |
function CreateDisabledImage; |
function ImageFromSource; |
function ImageFromRect(); |
property ScanLine: Pointer; [r] |
end; |
| | ||
| | ||
| | ||
|
Abstract class used to represent a Image |
|
| | ||
TObject |