[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpimgcanv.pp line 23
type TFPImageCanvas = class(TFPPixelCanvas) |
protected |
procedure SetColor(); override; |
function GetColor(); override; |
procedure SetHeight(); override; |
function GetHeight; override; |
procedure SetWidth(); override; |
function GetWidth; override; |
public |
constructor create(); |
destructor destroy; override; |
property Image: TFPCustomImage; [rw] |
end; |
| |
| |
| |
TObject |