Search found 2 matches

by lnebel
Fri Jan 26, 2018 1:25 pm
Forum: VCL
Topic: StrechDraw is super slow
Replies: 3
Views: 8381

Re: StrechDraw is super slow

Thanks a lot, works perfectly!

You should add that conversion to the StrechDraw method

\Lars
by lnebel
Fri Jan 26, 2018 10:05 am
Forum: VCL
Topic: StrechDraw is super slow
Replies: 3
Views: 8381

StrechDraw is super slow

Hi Steema I need to draw an image on the canvas (GDI+) with transparency and a transparent color. That works with StrechDraw, however, it is SUPER slow! My code is something like this: var Blend : TTeeBlend; Bitmap : TBitmap; begin ... Blend := Chart.Canvas.BeginBlending(Chart.ChartRect, 50); Chart....