Draw opacity ellipse in Delphi 2010
问题 I am looking to draw an opacity ellipse in CodeGear Delphi 2010. I had tried to draw to an another bitmap, I had set the bitmap transparent color(for background) Call the ellipse method. And in my image I draw the bitmap with opacity parameter(from overload). But it doesn't work. I want something like this http://www.java2s.com/Tutorial/VBImages/WPF-UseOpacityMaskAndRadialGradientBrush.PNG Does anybody know an working method? 回答1: It works for me: procedure TForm1.Button1Click(Sender: TObject