Page 1 of 1

About GDIPlus output to Bitmap

Posted: Sun Sep 13, 2009 1:53 am
by 9337010
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;

Re: About GDIPlus output to Bitmap

Posted: Sun Sep 13, 2009 1:57 am
by 9337010
Sorry, I forget to tell
I am using Teechart VCL 8.06 trial.

Re: About GDIPlus output to Bitmap

Posted: Mon Sep 14, 2009 9:24 am
by narcis
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.