Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TPicture = class(TPersistent)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure LoadFromFile(const Filename: string); |
![]() |
procedure SaveToFile(const Filename: string); |
![]() |
procedure LoadFromClipboardFormat(FormatID: TClipboardFormat); |
![]() |
procedure LoadFromClipboardFormatID(ClipboardType: TClipboardType; FormatID: TClipboardFormat); |
![]() |
procedure SaveToClipboardFormat(FormatID: TClipboardFormat); |
![]() |
class function SupportsClipboardFormat(FormatID: TClipboardFormat): Boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
class procedure RegisterFileFormat(const AnExtension, ADescription: string; AGraphicClass: TGraphicClass); |
![]() |
class procedure RegisterClipboardFormat(FormatID: TClipboardFormat; AGraphicClass: TGraphicClass); |
![]() |
class procedure UnregisterGraphicClass(AClass: TGraphicClass); |
![]() |
procedure Clear; virtual; |
![]() |
property Bitmap: TBitmap read GetBitmap write SetBitmap; |
![]() |
property Pixmap: TPixmap read GetPixmap write SetPixmap; |
![]() |
property PNG: TPortableNetworkGraphic read GetPNG write SetPNG; |
![]() |
property PNM: TPortableAnyMapGraphic read GetPNM write SetPNM; |
![]() |
property Icon: TIcon read GetIcon write SetIcon; |
![]() |
property Graphic: TGraphic read FGraphic write SetGraphic; |
![]() |
property Height: Integer read GetHeight; |
![]() |
property Width: Integer read GetWidth; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property OnProgress: TProgressEvent read FOnProgress write FOnProgress; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure LoadFromFile(const Filename: string); |
![]() |
procedure SaveToFile(const Filename: string); |
![]() |
procedure LoadFromClipboardFormat(FormatID: TClipboardFormat); |
![]() |
procedure LoadFromClipboardFormatID(ClipboardType: TClipboardType; FormatID: TClipboardFormat); |
![]() |
procedure SaveToClipboardFormat(FormatID: TClipboardFormat); |
![]() |
class function SupportsClipboardFormat(FormatID: TClipboardFormat): Boolean; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
class procedure RegisterFileFormat(const AnExtension, ADescription: string; AGraphicClass: TGraphicClass); |
![]() |
class procedure RegisterClipboardFormat(FormatID: TClipboardFormat; AGraphicClass: TGraphicClass); |
![]() |
class procedure UnregisterGraphicClass(AClass: TGraphicClass); |
![]() |
procedure Clear; virtual; |
![]() |
property Bitmap: TBitmap read GetBitmap write SetBitmap; |
![]() |
property Pixmap: TPixmap read GetPixmap write SetPixmap; |
![]() |
property PNG: TPortableNetworkGraphic read GetPNG write SetPNG; |
![]() |
property PNM: TPortableAnyMapGraphic read GetPNM write SetPNM; |
![]() |
property Icon: TIcon read GetIcon write SetIcon; |
![]() |
property Graphic: TGraphic read FGraphic write SetGraphic; |
![]() |
property Height: Integer read GetHeight; |
![]() |
property Width: Integer read GetWidth; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property OnProgress: TProgressEvent read FOnProgress write FOnProgress; |