TImage/de
From Free Pascal wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
suomi (fi) │
français (fr) │
日本語 (ja) │
русский (ru) │
Ein TImage ist eine Komponente, die eine auf einem Formular platzierte Grafik enthält. Normalerweise wird sie aus einer Bilddatei geladen. Sie enthält die meisten ihrer Eigenschaften von ihren Vorfahren TCustomImage, TGraphicControl und TControl.
Mit der Picture-Eigenschaft wird die Grafik für die TImage-Komponente definiert.
Unterstützte Formate
Unterstützte Bildformate sind:
Bildformat | Dateierweiterung |
---|---|
Portable Network Graphics | *.png |
Bitmap | *.bmp |
Pixmap | *.xpm |
Cursor | *.cur |
Icon | *.ico |
macOS icon | *.icns |
Joint Photographic Experts Group | *.jpg *.jpeg |
Tagged Image File Format | *.tif *.tiff |
Graphics Interchange Format | *.gif |
Portable PixMap | *.pbm *.pgm *.ppm |
Siehe auch