Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#1

Firemonkey - Auf Bitmap + Canvas zeichnen

  Alt 13. Sep 2011, 10:30
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."
  Mit Zitat antworten Zitat