Hi:
I just write a simple program.
It is fine to using GDIPlus to smooth te edge.
But when I add the red line code want to output to bitmap file.
Error happened.
procedure TForm1.Button1Click(Sender: TObject);
var g:TGDIPlusCanvas;
begin
g:=TGDIPlusCanvas.Create;
PieChart.Canvas:=g;
g.AntiAlias:=True;
g.AntiAliasText:=False;
PieChart.SaveToBitmapFile('B.bmp');
end;
procedure TForm1.FormCreate(Sender: TObject);
begin
Series1.FillSampleValues();
end;
About GDIPlus output to Bitmap
-
- Newbie
- Posts: 2
- Joined: Tue Apr 06, 2004 4:00 am
Re: About GDIPlus output to Bitmap
Sorry, I forget to tell
I am using Teechart VCL 8.06 trial.
I am using Teechart VCL 8.06 trial.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: About GDIPlus output to Bitmap
Hi danielchart,
Thanks for reporting. I could reproduce the issue here and added it (TV52014405) to the defect list to be fixed for next releases.
Thanks for reporting. I could reproduce the issue here and added it (TV52014405) to the defect list to be fixed for next releases.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |