Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.453 Beiträge
Delphi 12 Athens
|
AW: Größe eines Bildes auf TImage
14. Jun 2022, 18:39
Delphi-Quellcode:
if Image.Picture.Width < Image.Width then
{ Rand ist links und rechts }
else if Image.Picture.Height < Image.Height then
{ Rand is oben und unten }
else
{ Kein Rand }
|