procedure TForm1.Button1Click(Sender: TObject);
procedure zeichne_Haus(x,y : integer; a : real); // Prozedur-Vereinbarung
begin
with PaintBox1.Canvas do
begin
// Seitenwände und Boden
moveTo(x,y-round(a*3.5));
lineTo(x,y);
lineTo(x+round(4*a),y);
lineTo(x+round(4*a),y-round(3.5*a));
// Dach
moveTo(x-round(a*1),y-round(a*2.5));
lineTo(x+round(a*2),y-round(a*5.5));
lineTo(x+round(5*a),y-round(2.5*a));
// Tür
moveTo(x+round(a*0.5),y);
lineTo(x+round(a*0.5),y-round(a*2.5));
lineTo(x+round(a*1.5),y-round(a*2.5));
lineTo(x+round(a*1.5),y);
// großes Fenster
moveTo(x+round(a*2),y-round(a*1));
lineTo(x+round(a*3.5),y-round(a*1));
lineTo(x+round(a*3.5),y-round(a*2.5));
lineTo(x+round(a*2),y-round(a*2.5));
lineTo(x+round(a*2),y-round(a*1));
moveTo(x+round(a*2),y-round(a*1.5));
lineTo(x+round(a*3.5),y-round(a*1.5));
moveTo(x+round(a*2),y-round(a*2));
lineTo(x+round(a*3.5),y-round(a*2));
moveTo(x+round(a*2.5),y-round(a*2.5));
lineTo(x+round(a*2.5),y-round(a*1));
moveTo(x+round(a*3),y-round(a*2.5));
lineTo(x+round(a*3),y-round(a*1));
// kleines Fenster
moveTo(x+round(a*1.5),y-round(a*3.5));
lineTo(x+round(a*2.5),y-round(a*3.5));
lineTo(x+round(a*2.5),y-round(a*4.5));
lineTo(x+round(a*1.5),y-round(a*4.5));
lineTo(x+round(a*1.5),y-round(a*3.5));
moveTo(x+round(a*2),y-round(a*4.5));
lineTo(x+round(a*2),y-round(a*3.5));
moveTo(x+round(a*1.5),y-round(a*4));
lineTo(x+round(a*2.5),y-round(a*4));
// Schornstein
moveTo(x+round(a*1),y-round(a*4.5));
lineTo(x+round(a*1),y-round(a*6));
lineTo(x+round(a*1.5),y-round(a*6));
lineTo(x+round(a*1.5),y-round(a*5));
end;
end;
begin
zeichne_Haus(300,500,70); // Prozedur-Aufruf
end;
Draw a House
Abonnieren
Posts (Atom)
Beliebte Posts
-
Network Source Code Update Source Code Network Update : https://asciigen.blogspot.com/p/network.html Send Message 1.0 Source Server Client ...
-
Windows Key Sniffer 0.82 - Update 08/2024 Der Windows Key Sniffer hat mir im Laufe der Zeit viel Arbeit erspart und unterstützt, viele Wi...
-
Windows Defender Bypass Version 0.75 - Update 11/2024 Den Windows 10-eigenen Virenschutz Defender kann man auf mehreren Wegen abschalten,...
-
ASCii GIF Animator Update Version 0.68 (32 bit) - 11/2024 Bei dieser überarbeiteten Version ist die Kompatibilität zu den verschiedenen GIF...
-
MD5 Hacker v.0.26 - Update 08.2024 MD5 Hashs sollten eigentlich nicht entschlüsselt werden können. Jedoch gibt es Tools, mit welchen auch ...
-
Host Editor Version 0.64 - Update 11/2024 Hosts File Editor allows for the easy editing of host files and backup creation. Create your own h...
-
Dir Sniffer Version 0.08 - Update 08/2024 Dir Sniffer ist ein kleines aber nützliches Tool um herauszufinden, was ihr Programm auf ihrem...
-
Oldskool Font Generator v.0.29 - Update 11/2023 Das Tool stell 508 Bitmap Fonts zu Verfügung. Eigene Fonts können integriert werden, sie...
-
ASCii Text Creator v.0.24 - Update 11.2023 * Add BugFix Gui Move Message Send * Add 447 Figlet Font Pack * Fixed Invert Unicode Function * ...
Keine Kommentare:
Kommentar veröffentlichen