Thanks a lot, works perfectly!
You should add that conversion to the StrechDraw method
\Lars
Search found 2 matches
- Fri Jan 26, 2018 1:25 pm
- Forum: VCL
- Topic: StrechDraw is super slow
- Replies: 3
- Views: 8644
- Fri Jan 26, 2018 10:05 am
- Forum: VCL
- Topic: StrechDraw is super slow
- Replies: 3
- Views: 8644
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....