[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: MUIClass.Datatypes.pas line 36
type TPictureDataType = class(TBaseDataType) |
protected |
procedure ClearDTObject; override; |
public |
constructor Create; override; |
function LoadFile(); override; |
function SaveFile(); override; |
function DrawToRastport(); |
property Filename: string; [r] |
property ImageSize: TPoint; [r] |
property Bitmap: PBitmap; [r] |
property DrawHandle: Pointer; [r] |
property Screen: PScreen; [rw] |
published |
property Remap: Boolean; [rw] |
property Precision: LongWord; [rw] |
end; |
| |
| |
TObject |