Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi image-repeat (https://www.delphipraxis.net/99483-image-repeat.html)

Strahlex 12. Sep 2007 21:16


image-repeat
 
:?: Wie kann ich in einem TImage eine Bildwiederholung machen? :?:

mkinzler 12. Sep 2007 21:23

Re: image-repeat
 
Indem du es mehrfach reinzeichnest

Strahlex 12. Sep 2007 21:37

Re: image-repeat
 
Zitat:

Zitat von mkinzler
Indem du es mehrfach reinzeichnest

gibt es keine elegantere Lösung? :|

SirThornberry 12. Sep 2007 21:41

Re: image-repeat
 
die eleganteste Lösung wäre ohne TImage. Aber TImage behrscht von sich aus definitiv nicht das kacheln

Strahlex 12. Sep 2007 21:43

Re: image-repeat
 
Zitat:

Zitat von SirThornberry
die eleganteste Lösung wäre ohne TImage. Aber TImage behrscht von sich aus definitiv nicht das kacheln

Mit welcher Komponente könnte ich das machen? :gruebel:

mkinzler 12. Sep 2007 21:44

Re: image-repeat
 
Irgend eine Kompo mit Canvas: z.B TPaintBox

Strahlex 12. Sep 2007 21:57

Re: image-repeat
 
Zitat:

Zitat von mkinzler
Irgend eine Kompo mit Canvas: z.B TPaintBox

Könnte ich noch ein Beispiel haben wie ich das machen soll? :roll:

mkinzler 12. Sep 2007 22:00

Re: image-repeat
 
Delphi-Quellcode:
.Canvas.Draw( X, Y, <Grafik>);


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:27 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz