Hallo,
Wie ist es möglich auf ein Bitmap bzw. ein Canvas zu zeichnen?
Alles was ich bisher probiert hatte als Resultat nur ein schwarzes Bitmap
Noch nicht einmal das hier funktioniert:
Delphi-Quellcode:
Bitmap := TBitmap.Create(400,400);
Bitmap.Canvas.Clear(TAlphaColorRec.Coral);
Bitmap.SaveToFile('...');
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."