Einzelnen Beitrag anzeigen

itsChris

Registriert seit: 29. Jul 2022
14 Beiträge
 
Delphi 11 Alexandria
 
#2

AW: TImageListe -> TImage

  Alt 6. Nov 2023, 11:03
Moin,
probier mal das hier:
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.
  Mit Zitat antworten Zitat