![]() |
GR32: FillRect Transparenz
Hallo, wieso zeichnet die Funktion FillRect die Quadrate nicht transparent?
Delphi-Quellcode:
Grueße,
TBitmap32.FillRect(10, 10, 40, 40, SetAlpha(clRed32, 100));
TBitmap32.FillRect(20, 20, 50, 50, SetAlpha(clLime32, 100)); Win32.API |
Re: GR32: FillRect Transparenz
Versuch mal bitte:
Delphi-Quellcode:
TBitmap32.FillRectTS(20, 20, 50, 50, SetAlpha(clLime32, 100));
|
Re: GR32: FillRect Transparenz
Funktioniert, vielen Dank, aber wieso verschweigt die Hilfe mir diese Information ..
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:48 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 by Thomas Breitkreuz