Klasse TPicture

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TPicture = class(TPersistent)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create;
Public destructor Destroy; override;
Public procedure LoadFromFile(const Filename: string);
Public procedure SaveToFile(const Filename: string);
Public procedure LoadFromClipboardFormat(FormatID: TClipboardFormat);
Public procedure LoadFromClipboardFormatID(ClipboardType: TClipboardType; FormatID: TClipboardFormat);
Public procedure SaveToClipboardFormat(FormatID: TClipboardFormat);
Public class function SupportsClipboardFormat(FormatID: TClipboardFormat): Boolean;
Public procedure Assign(Source: TPersistent); override;
Public class procedure RegisterFileFormat(const AnExtension, ADescription: string; AGraphicClass: TGraphicClass);
Public class procedure RegisterClipboardFormat(FormatID: TClipboardFormat; AGraphicClass: TGraphicClass);
Public class procedure UnregisterGraphicClass(AClass: TGraphicClass);
Public procedure Clear; virtual;

Eigenschaften

Public property Bitmap: TBitmap read GetBitmap write SetBitmap;
Public property Pixmap: TPixmap read GetPixmap write SetPixmap;
Public property PNG: TPortableNetworkGraphic read GetPNG write SetPNG;
Public property PNM: TPortableAnyMapGraphic read GetPNM write SetPNM;
Public property Icon: TIcon read GetIcon write SetIcon;
Public property Graphic: TGraphic read FGraphic write SetGraphic;
Public property Height: Integer read GetHeight;
Public property Width: Integer read GetWidth;
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
Public property OnProgress: TProgressEvent read FOnProgress write FOnProgress;

Beschreibung

Methoden

Public constructor Create;
 
Public destructor Destroy; override;
 
Public procedure LoadFromFile(const Filename: string);
 
Public procedure SaveToFile(const Filename: string);
 
Public procedure LoadFromClipboardFormat(FormatID: TClipboardFormat);
 
Public procedure LoadFromClipboardFormatID(ClipboardType: TClipboardType; FormatID: TClipboardFormat);
 
Public procedure SaveToClipboardFormat(FormatID: TClipboardFormat);
 
Public class function SupportsClipboardFormat(FormatID: TClipboardFormat): Boolean;
 
Public procedure Assign(Source: TPersistent); override;
 
Public class procedure RegisterFileFormat(const AnExtension, ADescription: string; AGraphicClass: TGraphicClass);
 
Public class procedure RegisterClipboardFormat(FormatID: TClipboardFormat; AGraphicClass: TGraphicClass);
 
Public class procedure UnregisterGraphicClass(AClass: TGraphicClass);
 
Public procedure Clear; virtual;
 

Eigenschaften

Public property Bitmap: TBitmap read GetBitmap write SetBitmap;
 
Public property Pixmap: TPixmap read GetPixmap write SetPixmap;
 
Public property PNG: TPortableNetworkGraphic read GetPNG write SetPNG;
 
Public property PNM: TPortableAnyMapGraphic read GetPNM write SetPNM;
 
Public property Icon: TIcon read GetIcon write SetIcon;
 
Public property Graphic: TGraphic read FGraphic write SetGraphic;
 
Public property Height: Integer read GetHeight;
 
Public property Width: Integer read GetWidth;
 
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
 
Public property OnProgress: TProgressEvent read FOnProgress write FOnProgress;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:58