Thema
:
TImageListe -> TImage
Einzelnen Beitrag anzeigen
itsChris
Registriert seit: 29. Jul 2022
21 Beiträge
Delphi 11 Alexandria
#
2
AW: TImageListe -> TImage
6. Nov 2023, 12:03
Moin,
probier mal das hier:
markieren
Code:
imgArbeitsplatz.Stretch := True;
imgArbeitsplatz.Proportional := True;
ImageList32.GetBitmap(9, imgArbeitsplatz.Picture.Bitmap);
Vorher muss natürlich noch die Größe des Images gesetzt werden.
Zitat
itsChris
Öffentliches Profil ansehen
Mehr Beiträge von itsChris finden