Registriert seit: 2. Feb 2003
611 Beiträge
Delphi 2009 Professional
|
Re: Berechnung von Seitenlängen(Seitenverhältnis)
29. Mär 2005, 21:25
Ok mittlerweile habe ich das:
aber das bekomme ich die Fehlermeldung das das Handle ungültig ist.
Delphi-Quellcode:
newx :=round(bmp.width * Min(bmp.width/main_frm.scrollbox1.width, bmp.Height/main_frm.scrollbox1.height));
newy :=round(bmp.height * Min(bmp.width/main_frm.scrollbox1.width, bmp.Height/main_frm.scrollbox1.height));
Gruß,
Proto
Max „If you have any great suggestions, feel free to mail me, and I'll probably feel free to ignore you.“ . Linus Torvalds
|