Unit 'MUIClass.Datatypes' Package
[Overview][Classes][Index] [#MUIClass]

TPictureDataType

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TPictureDataType

|

TBaseDataType

|

TObject


Documentation generated on: 2024-04-25