Autor Beitrag
Waterman83
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 26



BeitragVerfasst: Di 13.10.09 16:58 
Hi C# Freunde,

endlich habe ich mich an Graphics getraut und bekomme auch schon etwas gezeichnet. Ich habe nun folgende Frage, ist es möglich wenn man ein Graphic erzeugt hat dieses auf ein anderes Graphic viermal zu zeichnen? Ich hoffe ihr versteht meine Frage. So müßte ich nur ein Graphic erstellen und nicht so kompliziert auf eins viermal das gleiche zeichnen.
Die andere Frage ist, ob oder wie man den maximal zu bedruckenden Rand ändern kann?

Danke

GRuß

Daniel
arj
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 378

Win XP/Vista, Debian, (K)Ubuntu
Delphi 5 Prof, Delphi 7 Prof, C# (#Develop, VS 2005), Java (Eclipse), C++, QT, PHP, Python
BeitragVerfasst: Di 13.10.09 21:04 
Du könntest das ganze in ein Image zeichnen und dann das Image 4 mal zeichnen. Das sollte denke ich gehen.
Waterman83 Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 26



BeitragVerfasst: Di 13.10.09 22:20 
Danke für die Anregung, aber wie soll es gehen?
Kann jemand ein kleines einfaches Beispiel online stellen?


Danke

Gruß

Daniel
arj
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 378

Win XP/Vista, Debian, (K)Ubuntu
Delphi 5 Prof, Delphi 7 Prof, C# (#Develop, VS 2005), Java (Eclipse), C++, QT, PHP, Python
BeitragVerfasst: Mi 14.10.09 11:42 
Versuch es mal hiermit:
msdn.microsoft.com/d...ibrary/byca5y1f.aspx
und hiermit:
msdn.microsoft.com/d...rawing.graphics.aspx

Da sollten sich auch ein paar Beispiele finden die vielleicht nicht zu 100% dem entsprechen was du brauchst, aber dem Nahe kommen. Falls es nicht klappen sollte, poste mal bitte Deinen relevanten (!) Codeausschnitt den Du schon hast.