gut, dasses gelöst ist, aber würde nicht auch das funzen?
Delphi-Quellcode:
if mouse.x<Image1.left then mouse.x:=Image1.left;
if mouse.x>Image1.left+Image1.width then mouse.x:=Image1.left+Image1.width;
if mouse.y<Image1.top then mouse.y:=Image1.top;
if mouse.y>Image1.top+Image1.heigth then mouse.y:=Image1.top+Image1.heigth;
//mouse.x/mouse.y musses irgendwo geben