Delphi-Quellcode:
function IsFullyVisible(form:TRect,image:TRect):boolean;
begin
result:=true;
if form.left > image.left then result := false
else if form.right < image.right then result:=false
else if form.top > image.top then result:=false
else if form.bottom < image.bottom then result:=false;
end;
wobei hier form.left und form.top null sein sollten (nicht die tatsächlichen screen-koords).
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1