Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#10

AW: Transparent zeichnen

  Alt 24. Sep 2012, 17:33
Welches Pixel willst du aufnehmen wenn Transparent := True?
Sollte das nicht vorher aufgenommen werden ? Bevor du Transparent = true setzt


Delphi-Quellcode:
Bitmap.TransparentColor := Bitmap.Canvas.Pixels[0, 0];
Bitmap.Transparent := True;
gruss

Geändert von EWeiss (24. Sep 2012 um 17:36 Uhr)
  Mit Zitat antworten Zitat